<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{word-wrap: break-word; }
.maod{position: relative;top:-140px;}
.maod2{position: relative;top:-170px;}
.color_bg .page span.pages_num em,.color_bg .total em {color: #47bc7b;}
.color_bg .page a.on,.color_bg .page input.go{background: #47bc7b;}
.color_bg .index_more a{background: #f05800;background:#48bc7b url(../image/jb_more.jpg) repeat-x;background-size: 100% 100%;}

.mt4 {
    margin-top: 4%!important;
}

.upshang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
}

.fuliboxs li {
    float: left;
    width: 20%;
    text-align: center;
    margin: 3% 0px;
	list-style: none;
}

.fuliboxs li img {
    width: 46px;
    display: inline-block;
	    list-style: none;
}

.fuliboxs li p {
    margin-top: 10px;
letter-spacing: 0.3px; 
}

.b_icimg{width: 178px;height: 55px;margin-bottom: 30px;}
.b_icimg img{width: 100%;height: 100%;}
@media only screen and (max-width:1440px){
.b_icimg{margin-top: 20px;}
}
@media only screen and (max-width:1024px){
.b_icimg{width: 140px;height:43px;margin-bottom: 10px;}
}
@media only screen and (max-width:767px){
.b_icimg{width: 90px;height:28px;margin-top: 10px;}
.fund_body .site_banner&gt;img{display:none;}
.fund_body .site_banner{height: 170px;}
}

.blank_10{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.1);}
.blank_17{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.17);}
.blank_12{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.12);}
.blank_20{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.20);}
.blank_31{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.31);}
.blank_40{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.40);z-index: 2;}
.paddt_30{padding-top: 30px;}
.padd_bt60{padding:60px 0;}
.padd_t60{padding-top: 60px;}
.padd_b60{padding-bottom: 60px;}
.padd_b80{padding-bottom:80px;}
.paddbt_70{padding: 70px 0 80px 0;}
.paddbt_100{padding: 100px 0 80px 0;}
.margin_b40{margin-bottom: 40px}
.margin_b50{margin-bottom: 50px}
.margin_b60{margin-bottom: 60px}
.margin_b90{margin-bottom: 90px}
.margin_b120{margin-bottom: 120px}
.padd_bt90{padding:90px 0;}

.greencolor,.greencolor a{color: #202f45}
@media only screen and (max-width:1440px){
.padd_b80{padding-bottom:60px;}
.margin_b50{margin-bottom: 40px}
.margin_b90{margin-bottom: 60px}
.margin_b60{margin-bottom: 40px}
.margin_b120{margin-bottom: 80px}
.paddbt_100{padding: 70px 0;}
.padd_bt90{padding:70px 0;}
}
@media only screen and (max-width:1024px){
.padd_t60{padding-top: 50px;}
.padd_b60{padding-bottom: 50px;}
.padd_b80{padding-bottom:50px;}
.margin_b90{margin-bottom: 50px}
.paddbt_70{padding: 50px 0;}
.margin_b120{margin-bottom: 50px}
.paddbt_100{padding: 50px 0 50px 0;}
.padd_bt90{padding:50px 0;}
}
@media only screen and (max-width:767px){
.padd_b80{padding-bottom:30px;}
.paddbt_70{padding-top: 30px;}
.padd_t60{padding-top: 30px;}
.margin_b50{margin-bottom: 20px}
.margin_b40{margin-bottom: 20px}
.margin_b60{margin-bottom: 20px}
.margin_b90{margin-bottom: 30px}
.paddbt_100{padding: 30px 0 50px 0;}
.padd_bt90{padding:30px 0;}
}


@keyframes mymove
{
0%   {transform:scale(1.2,1.2);}
100% {transform:scale(1,1);}
}

@-moz-keyframes mymove /* Firefox */
{
0%   {transform:scale(1.2,1.2);}
100% {transform:scale(1,1);}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
0%   {transform:scale(1.2,1.2);}
100% {transform:scale(1,1);}
}

@-o-keyframes mymove /* Opera */
{
0%   {transform:scale(1.2,1.2);}
100% {transform:scale(1,1);}
}

.banner.cur li{display: none;}
.banner.cur li:nth-child(1){display: block;}
.banner.cur li img,.banner.cur li .banner_bg{
  animation:mymove 2s;
-moz-animation:mymove 2s; /* Firefox */
-webkit-animation:mymove 2s; /* Safari and Chrome */
-o-animation:mymove 2s; /* Opera */

animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;
}

.banner li img,.banner li .banner_bg{transition:all 5s;-webkit-transition:all 5s;-moz-transition:all 5s;-o-transition:all 5s;-ms-transition:all 5s;}
.banner .swiper-slide-active img,.banner .swiper-slide-active .banner_bg{
  transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);
}

.banner_text h3,.banner_text p{transition:all 1.5s;-webkit-transition:all 1.5s;-moz-transition:all 1.5s;-o-transition:all 1.5s;-ms-transition:all 1.5s;
  visibility: hidden;opacity: 0;
  -webkit-transform: translateX(30%); -moz-transform: translateX(30%);-o-transform: translateX(30%);-ms-transform: translateX(30%);transform: translateX(30%);
}

.banner .swiper-slide-active .banner_text h3,.banner .swiper-slide-active .banner_text p{
  visibility: visible;opacity: 1;
  -webkit-transform: translateX(0px); -moz-transform: translateX(0px);-o-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);

}


.banner_text{z-index: 92; width: 100%; color: #fff;transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:40%;}
.banner_text h3{margin-bottom: 30px; font-size: 60px;line-height: 1.2em;max-height:2.4em;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.banner_text p{line-height: 24px;max-height: 72px;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}





.banner{position: relative;overflow: hidden;}
.baner_but{display: none;}
.baner_but div{background: none;outline: none;font-size: 50px;width: 60px;height: 60px;line-height:60px; margin-top: -30px;text-align: center;color: #fff;}
.banner li{position: relative;}
.banner li&gt;a{display: block;}
.banner li .banner_bg{position: absolute;top:0;left: 0;width: 100%;height: 100%;z-index: 9;background: url(../image/banner_02_bg.png) no-repeat;background-size: 100% 100%;}
.banner li:nth-child(2n) .banner_bg{background: url(../image/banner_01_bg.png) no-repeat;background-size: 100% 100%;}

.banner.cur li .banner_bg{position: absolute;top:0;left: 0;width: 100%;height: 100%;z-index: 9;background: url(../image/banner_01_bg.png) no-repeat;background-size: 100% 100%;}
.banner.cur li:nth-child(2n) .banner_bg{background: url(../image/banner_02_bg.png) no-repeat;background-size: 100% 100%;}

.banner.jishu li:last-child .banner_bg{background: url(../image/banner_01_bg.png) no-repeat;background-size: 100% 100%;}


.banner li video {
position: absolute;
width: 100%;height: 100%;
left: 0px;
top: 0;
object-fit: cover;
}
.banner_line{/*margin-top: -5px;*/ position: absolute;left: 0;bottom: 0;width: 100%;bottom: -20px;z-index: 9;}
.banner_line img{width: 100%;}
@media only screen and (max-width:1600px){
.banner_text h3{font-size: 50px;}
.banner_text{top:45%;}
}
@media only screen and (max-width:1440px){
.banner_text h3{font-size: 40px;line-height: 1.3em;max-height: 2.6em;}

}
@media only screen and (max-width:1024px){
.banner li video{display: none !important;}
.baner_but div{font-size: 40px;width: 40px;height: 40px;line-height: 40px; margin-top: -20px;}
.banner{top:50%;}
.banner .wrap{box-sizing:border-box;padding: 0 30px;}
.banner_text h3{font-size: 24px;margin-bottom: 10px;}

}
@media only screen and (max-width:767px){
.baner_but div{font-size: 24px;font-weight: bold;width: 30px;height: 30px;line-height: 30px; margin-top: -15px;}
.banner_text h3{font-size: 18px;margin-bottom:5px;font-weight: bold;}
.banner_text p{line-height: 20px;max-height: 60px;}

}

.index_01{padding: 60px 0;}
.index_01 .profile_02{padding: 0;}
.index_title{color: #202f45;line-height: 1.2em;margin-bottom: 40px;}
.index_title p{line-height: 24px;padding-top: 10px;}
.index_title p i{margin-left: 10px}
.index_title p a{display: inline-block;padding-top: 5px;}

/*.index_01 ul{overflow: hidden;margin: 0 -35px;}
.index_01 li{width: 33.33%;float: left;margin-bottom: 30px;}
.index_01 li:nth-child(3n+1){clear: both;}
.index_01 dl{border-top: 1px solid #9b9b9b;margin: 0 35px;padding-top: 20px;}
.index_01 dt{color: #202f45;font-size: 72px;line-height: 72px;height: 72px;margin-bottom: 5px;}
.index_01 dd{color: #333;}*/


.index_more a{display: inline-block;width: 34px;height: 24px;background: #003b83;color: #fff;text-align: center;border-radius: 20px;position: relative;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;}
.index_more a i{display: block;height: 24px;line-height: 24px;}
.index_more a span{display:none;height: 24px;line-height: 24px;}
.index_more2 a{background: #fff;color:#003b83;}

.index_06{padding-bottom: 130px;}
.index_06 .index_d{margin-left: 60px;}
.index_d{width: 650px;max-width: 90%;padding-top: 270px;color: #fff;}
.index_d h3{margin-bottom: 35px;}
.index_d h4{margin-bottom: 20px;line-height: 1.2em;max-height: 2.4em;display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.index_d p{width: 590px;max-width: 100%; max-height: 78px;-webkit-line-clamp: 3;margin-bottom: 60px;}

.index_05,.index_04,.index_03,.index_02{margin-bottom: 90px;}
.index_shares{overflow: hidden;}
.index_shares .left{float: left;width: 57.6%;}
.index_shares .right{float: right;width: 38%;margin-top: 40px;border-top: 2px solid #9b9b9b;border-bottom: 1px solid #9b9b9b;}
.index_shares .left ul{overflow: hidden;}
.index_shares .left li{float: left;width: 50%;}
.index_shares .left dl{margin: 0 30px;}
.index_shares .left dd{padding:20px 0 15px 0;border-top: 2px solid #9b9b9b;border-bottom: 1px solid #9b9b9b;}
.index_shares .left dt{line-height: 40px;height: 40px;}
.index_shares .left h4{font-size: 72px;line-height: 72px;height: 72px;margin-bottom: 5px;}
.index_shares .left h4 span{font-size: 28px;color: #ef3127;font-weight: bold;}
.index_shares .left h4 span i{display: none;}
.index_shares .left h4.red span .icon-arrowTop{display: inline-block;}
.index_shares .left h4.green span .icon-xiajiantou{display: inline-block;color: green;}
.index_shares .left h3{overflow: hidden;margin-bottom: 30px;}
.index_shares .left h3 span{float: left;margin-right: 20px;}

.index_tiem{color: #202f45;line-height: 20px;}
.index_tiem i{font-weight: bold;margin-right:8px;}

.index_shares .left dd,.index_shares .right{height: 190px;    box-sizing: border-box;}
.index_shares .right ul{overflow: hidden;margin: 0 -5px;}
.index_shares .right dl{margin: 0 5px;}
.index_shares .right li{float: left;width:25%;text-align: center;}
.index_shares .right li a{display: block;}
.index_shares .right dt{margin-top: 40px;margin-bottom: 20px;}
.index_shares .right dt img{width: 55px;height: 55px;}

.index_04 .index_title{margin-bottom: 25px;}
.index_news {position: relative;overflow: hidden;}
.index_news_time{color: #9b9b9b;margin-bottom: 15px;}
.index_news .left,.index_news .right,.index_news .center{width: 27%;height: 100%;}
.index_news .left a{display: block;height: 100%;}
.index_news  img{width: 100%;height: 100%;}
.index_news .left dl{position: absolute;top:0;left: 0;color: #fff;width: 100%;box-sizing:border-box;padding: 45px;}
.index_news .left .index_news_time{margin-bottom: 20px;color: #fff;}

.index_news .left{width: 41.4%;position: relative;}
.index_news .center dl{height: 100%;box-sizing:border-box;border-bottom: 1px solid #9b9b9b;}
.index_news .center{left: 43.75%;position: absolute;top:0;}
.index_news .center dt,.index_news .center dd{height: 50%;}
.index_news .center dt{position: relative;}
.index_news .right{right: 0;position: absolute;top:0;}
.index_news .right dl{position: relative;height: 50%;box-sizing:border-box;border-bottom: 1px solid #9b9b9b;}
.index_news .right dt,.index_news .center .index_news_box{width: 100%;transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

.index_news h3{line-height: 1.5em;max-height: 3em; margin-bottom: 20px;
 display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
 .index_news p{margin-bottom: 30px; max-height: 78px;-webkit-line-clamp: 3;color: #84888d;}


.index_tab{text-align: center;position: relative;z-index: 2;}
.index_tab li{padding: 20px 0 30px 0;cursor: pointer;}
.index_tab li i{position: absolute;left: 50%;bottom: 0;width: 0%;height: 5px;background: #003b83;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.index_tab li.on i{width: 100%;left: 0;}
.index_tab dt img{width: 100px;height: 100px;}
.index_tab dt{margin-bottom: 5px;}

.index_tab li:nth-child(2) i{background: #b646b1;}
.index_tab li:nth-child(3) i{background: #28a697;}
.index_tab li:nth-child(4) i{background: #eb2a24;}
.index_tab li:nth-child(5) i{background: #54afe2;}
.index_tab li:nth-child(6) i{background: #89b068;}

.index_tab li:nth-child(1).on{color: #003b83;}
.index_tab li:nth-child(2).on{color: #b646b1;}
.index_tab li:nth-child(3).on{color: #28a697;}
.index_tab li:nth-child(4).on{color: #eb2a24;}
.index_tab li:nth-child(5).on{color: #54afe2;}
.index_tab li:nth-child(6).on{color: #89b068;}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit !important;
}
.but_pub{display: none;}
.but_pub div{background: none;font-weight: bold; font-size: 30px; width: 30px;height: 30px;line-height: 30px;margin-top: -15px; text-align: center;cursor: pointer;color: #003b83;}
.but_pub .swiper-button-prev{left: 0px;}
.but_pub .swiper-button-next{right: 0px;}

.but_pub .swiper-button-disabled{opacity: 1;cursor: pointer;}
.but_pub .swiper-button-prev.disabled,.but_pub .swiper-button-next.disabled{cursor: default;color: #ccc;}

.gray{color: #84888d;}
.index_img img{width: 100%;display: none;}
.index_text{display: none; width: 700px;max-width: 100%;box-sizing:border-box;padding: 40px;background: #fff;border-top: 1px solid #c9d0d6;margin-top: -1px;height: 406px;box-sizing:border-box;}
.index_text h3{color: #202f45;margin-bottom: 20px;}
.index_text p{ -webkit-line-clamp:3;margin-bottom: 30px;}
.index_text ul{margin: 0 -5px;margin-bottom: 30px; overflow: hidden;}
.index_text li{width: 16.66%;float: left;text-align: center;}
.index_text dl{padding: 0 5px;}
.index_text dd{font-weight: bold;}
.index_text dt{margin-bottom: 10px;}
.index_text dt img{width: 55px;height: 55px;}
.index_y {box-sizing:border-box;padding-bottom: 70px;}

.index_bg{position: absolute;top:0;left:0;width: 100%;height: 100%;background: url(../image/index_img_bg_01.png) no-repeat;background-size:100% 100%;}
.index_02 .index_d{padding-top: 150px;position: relative;z-index: 2;}
.index_02 .index_d p{width: 535px;max-width: 100%;}

.index_phone{display: none;}
.index_phone img{width: 100%;}

.index_slider{position: relative;}
.index_slider .but_pub div{color: #fff;}
.index_slider .but_pub .swiper-button-disabled{opacity: 0.7;}


/*.index_02 .index_slider li:nth-child(2n) .index_bg{width: 100%;height: 100%;background: url(../image/index_img_bg_02.png) no-repeat;background-size:100% 100%;}
.index_02 .index_slider li:nth-child(2n) .index_d{float: right;margin-left: 0;width: 520px;}
*/
.index_02 .index_slider li.right .index_bg{width: 100%;height: 100%;background: url(../image/index_img_bg_02.png) no-repeat;background-size:100% 100%;}
.index_02 .index_slider li.right .index_d{float: right;margin-left: 0;width: 650px;}
.index_02 .index_bg{display: none;}

@media only screen and (max-width:1600px) {
.index_news_time{margin-bottom: 10px;}
.index_news p{margin-bottom: 20px;}
}
@media only screen and (max-width:1440px) {
/*.index_01 dt,*/.index_shares .left h4{font-size: 52px;line-height: 52px;height: 52px;}
.index_d{padding-top: 170px;}
.index_06{padding-bottom: 90px;}

.index_shares .left h3{margin-bottom: 20px;}
.index_shares .left h4{margin-bottom: 10px;}
.index_shares .left dd, .index_shares .right{height: 175px;}
.index_shares .right dt{margin-top: 35px;}

.index_news h3{margin-bottom: 10px;}
.index_news .left dl{padding: 30px;}

.index_tab dt img{width: 80px;height: 80px;}
.index_text p{margin-bottom: 30px}

.index_02 .index_d{padding-top: 100px;}
.index_06 .index_d{padding-top: 170px;}

}
@media only screen and (max-width:1366px) {
/*.index_01 dt,*/.index_shares .left h4{font-size: 48px;line-height: 48px;height: 48px;}
/*.index_01 dl{margin: 0 20px;}
.index_01 ul{margin: 0 -20px}*/


}
@media only screen and (max-width:1280px) {
.index_02 .index_d{padding-top: 50px;}

}
@media only screen and (max-width:1024px) {
.index_01{padding: 50px 0;}
.index_05,.index_04,.index_03,.index_02{margin-bottom: 50px;}
.index_06{padding-bottom: 50px;}
.index_title{margin-bottom: 20px;}
/*.index_01 dt,*/.index_shares .left h4{font-size: 24px;line-height: 24px;height: 24px;}
/*.index_01 dl{margin: 0 10px;}
.index_01 ul{margin: 0 -10px}*/

.index_d{margin-left:0;width: 90%;padding: 0 5%;padding-top: 100px; }
.index_d h3{margin-bottom: 20px;}
.index_d p{margin-bottom: 30px;line-height: 24px;max-height: 96px;  -webkit-line-clamp: 4;}
.index_shares .left,.index_shares .right{float: none;width: 100%;}
.index_shares .right{margin: 0;border:0;}
.index_shares .left dd, .index_shares .right{height: auto;}
.index_shares .left h4 span{font-size: 18px;}
.index_news p{max-height: 48px;}

.index_news_time,.index_news h3{margin-bottom: 5px;}
.index_news p{margin-bottom: 10px;}
.index_news h3{max-height:inherit;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display: block;}

.index_more a{width: 90px;text-align: left;padding-left: 20px;}
.index_more a i{position: absolute;right:12px;top:0;}
.index_title p{padding-top: 0;}
.index_04 .index_title{margin-bottom: 10px;}

.index_tab li{padding: 20px 0;}
.index_tab dt img{width: 80px;height: 80px;}
.index_tab dd{font-size: 14px;}
.index_tab li i{height: 3px;}
.index_text{padding: 40px;}
.index_text dt img{width: 45px;height: 45px;}

.index_more a span{display: inline-block;}
.index_news p{max-height: 52px;-webkit-line-clamp: 2;}

.index_02 .index_d{padding-top: 30px;}
.index_02 .index_d p{width: 100%;margin-bottom: 20px;}
.index_06 .index_d{margin-left: 0px;padding-top:100px;}

}
@media only screen and (max-width:767px) {
.index_01{padding: 30px 0;}
.index_05,.index_04,.index_03,.index_02{margin-bottom: 30px;}
.index_title{margin-bottom: 20px;}
/*.index_01 dt,*/.index_shares .left h4{font-size: 18px;line-height: 18px;height: 18px;}
/*.index_01 dl{margin: 0 5px;}
.index_01 ul{margin: 0 -5px;}
.index_01 li{width: 50%;margin-bottom: 20px;}
.index_01 li:nth-child(2n+1){clear: both;}
.index_01 li:nth-child(3n+1){clear: inherit;}
.index_01 dl{padding-top: 10px;}*/

.index_d{padding-top: 30px;}
.index_d h3,.index_d h4{margin-bottom: 10px;}
.index_d p{margin-bottom: 20px;}
.index_develop {height: 290px;}

.index_shares .right dt{margin: 0;margin-bottom: 10px;}
.index_shares .right dt img{width: 45px;height: 45px;}
.index_shares .right dd{font-size: 12px;}
.index_shares .left{margin-bottom: 30px;}
.index_shares .left dl{margin: 0 5px;}
.index_shares .left ul{margin: 0 -5px;}
.index_shares .left dd{padding: 20px 0;padding-bottom: 0; border-bottom: 0;border-width: 1px;}
.index_shares .left h3{margin-bottom: 10px;}

.index_news{height: auto !important;}
.index_news .left{width: 100%;margin-bottom: 20px;}
.index_news .left .index_news_time{margin-bottom: 10px;}
.index_news .left dl{padding: 20px;}
.index_news .center,.index_news .right{position: static;width: 100%;}
.index_news .right dt, .index_news .center .index_news_box{    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    position: static;padding: 10px 0;}

.index_news h3{max-height: 3em;    white-space: inherit;    text-overflow: inherit;    -webkit-line-clamp: 2;    display: -webkit-box;}

.index_tab{padding: 0 10px;}
.index_tab li{padding: 10px 0;}
.index_tab dt img{width: 50px;height: 50px;}
.index_tab dd{font-size: 12px;}
.but_pub div{font-size: 20px;}
.but_pub .swiper-button-prev{left: -10px;}
.but_pub .swiper-button-next{right: -10px;}

.index_text{padding: 20px;background: rgba(255,255,255,0.9);}
.index_text h3{margin-bottom: 10px;}
.index_text p{margin-bottom: 20px;}
.index_text li{width: 33.33%;margin-bottom: 20px;}
.index_text li:nth-child(3n+1){clear: both;}
.index_text ul{margin-bottom: 0;}
.index_02 .index_d p{height: 48px;-webkit-line-clamp: 2;}
.index_phone{display: block;}
.index_bg{display: none;}
.index_slider li{height:auto !important;background:#003b83  !important;}
.index_02 .index_d{padding:20px 0;max-width: 100%;width:100%;box-sizing:border-box;}
.index_02 .index_slider li.right .index_d{float: none;width: 100%;}

.index_slider .but_pub div{top:18%;margin-top: 0;}
.index_slider .but_pub .swiper-button-prev{left: 0px;}
.index_slider .but_pub .swiper-button-next{right: 0px;}
.index_y{height: 555px;}
.index_tiem {font-size: 12px;}
.index_tiem i{margin-right: 4px;}
.index_shares .left dt{height: 30px;line-height: 30px;}

.index_06 .index_d{padding-top:30px;}

}
@media only screen and (min-width:1025px) {
.index_more a:hover{width: 130px;color: #fff !important;}
.index_more a:hover i{position: absolute;right:12px;top:0;}

.index_more{height: 30px;overflow: hidden;}
.index_more a:hover i,.index_more a:hover{display: inline-block;height: 30px;line-height: 30px;}
.index_more a:hover span{display:inline-block;height: 30px;line-height: 30px;}

.index_more2 a:hover{color:#003b83 !important;}
.index_shares .right dl dt img{ transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.index_shares .right dl:hover dt img{-webkit-transform: translateY(-8px); -moz-transform: translateY(-8px);-o-transform: translateY(-8px);-ms-transform: translateY(-8px);transform: translateY(-8px);
}

}



.index_02{position: relative;overflow: hidden;}
.index_qiu{width: 100%;height: 100%;background:none;z-index: 3;box-sizing:border-box;background:#fff;}
.index_qiu span{width:380px;height: 380px;background: #fff;z-index: 3;border-radius: 50%;}
.index_qiu img{width: 100%;height: 100%;}

.index_02.animated .index_qiu{}


@keyframes myqiu
{
0%   {opacity: 1;}
50% {opacity: 1;transform:translate(-50%,-50%) scale(2,2); -webkit-transform:translate(-50%,-50%) scale(2,2);-moz-:translate(-50%,-50%) scale(2,2);-o-transform:translate(-50%,-50%) scale(2,2);-ms-transform:translate(-50%,-50%) scale(2,2);}
100%   {opacity: 0;visibility: hidden;transform:translate(-50%,-50%) scale(2,2); -webkit-transform:translate(-50%,-50%) scale(4,4);-moz-:translate(-50%,-50%) scale(4,4);-o-transform:translate(-50%,-50%) scale(4,4);-ms-transform:translate(-50%,-50%) scale(4,4);}

}

@-moz-keyframes myqiu /* Firefox */
{
0%   {opacity: 1;}
100% {opacity: 0;visibility: hidden;}
}

@-webkit-keyframes myqiu /* Safari and Chrome */
{
0%   {opacity: 1;}
100% {opacity: 0;visibility: hidden;}
}

@-o-keyframes myqiu /* Opera */
{
0%   {opacity: 1;}
100% {opacity: 0;visibility: hidden;}
}


.index_02.animated .index_qiu{
  animation:myqiu 3s;
-moz-animation:myqiu 3s; /* Firefox */
-webkit-animation:myqiu 3s; /* Safari and Chrome */
-o-animation:myqiu 3s; /* Opera */

animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;

animation-timing-function:linear;
-moz-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
-o-animation-timing-function: linear;
}

@media only screen and (max-width:1024px) {
  .index_02.animated .index_qiu{display: none;}
}

/*æ–°é—»*/
.pub_tab{padding: 25px 0 30px 0;border-bottom:1px solid #c9d0d6;}
.news_pub_tab,.news_pub_tab ul,.news_pub_tab li,.news_pub_tab li a{height: 42px;line-height: 42px;}
.news_pub_tab li a{display: block;width: 155px;border-radius: 20px;}
.news_pub_tab li{float: left;}
.news_pub_tab ul{display: inline-block;overflow: hidden;}
.news_pub_tab{text-align: center;}
.news_pub_tab li.on a{background: #003c82;color: #fff;}



@media only screen and (max-width:1024px) {
.pub_tab{padding: 20px 0;}
.news_pub_tab,.news_pub_tab ul,.news_pub_tab li,.news_pub_tab li a{height: auto;line-height: inherit;}
.news_pub_tab ul{display:block;}
.news_pub_tab li{width: 20%;}
.news_pub_tab li a{width:auto;height: 40px;line-height: 40px;}


.pub_tab3 ul{width: 400px;margin: auto;}
.pub_tab3 .news_pub_tab li{width: 33.33%;}
}

@media only screen and (max-width:767px) {
.pub_tab{padding: 15px 0;padding-bottom: 5px;}
.news_pub_tab li a{height: 30px;line-height: 30px;}
.news_pub_tab li{width: 33.33%;margin-bottom: 10px;}
.pub_tab3 ul{width: 100%;}
}

.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}


.video_appbox video{object-fit: cover;    width: 100%;}
.video_appbox .video_t{ 
 z-index:2; background:#000;width: 1035px;max-width:94%;height: 60%;
 transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;
     transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
visibility: hidden;opacity: 0;

}
.video_appbox.show .video_t{
visibility: visible;opacity:1;
top:50%;
}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:20px; right:20px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:20px;font-weight: bold;}


.data_cont{width: 1250px;max-width: 100%;}
.data_list{margin-bottom: 50px;overflow: hidden;}
.data_le{width: 260px;float: left;}
.data_le h3{color: #202f45;margin-bottom: 20px;}
.data_re{width: calc(100% - 400px);float: right;}
.data_re ul{overflow: hidden;margin: 0 -40px;}
.data_re li{float: left;width: 50%;margin-bottom: 40px;}
.data_re dl{margin: 0 40px;}
.data_re dt a{display: block;position: relative;}
.data_re dt a i{color: #fff;font-size: 26px;}
.data_re dd a{color: #202f45;}
.data_re dd{overflow: hidden;line-height: 24px;padding:30px 0;border-bottom:1px solid #c9c9c9;}
.data_re dd h3{float: left;width: calc(100% - 30px);white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.data_re dd span{float: right;}
.data_re dd span a{color: #1b518f;font-weight: bold;}

.data_03 .data_re li{width: 33.33%;}
.data_03 .data_re dl{margin: 0 20px;}
.data_03 .data_re ul{margin: 0 -20px;}
.data_03 .data_re dt{box-shadow: 0 0 10px rgb(0 0 0 / 20%);}

@media only screen and (max-width:1366px) {
.data_re{width: calc(100% - 300px);}
.data_re dl{margin: 0 20px;}
.data_re ul{margin: 0 -20px;}
.data_re li{margin-bottom: 20px;}
}
@media only screen and (max-width:1024px) {
.padd_bt60{padding: 40px 0;}
.data_re{width: calc(100% - 160px);}
.data_le{width: 150px;}
.data_re dd{padding: 20px 0;}
.data_list{margin-bottom: 30px;}
.data_03 .data_re li{width: 50%;}
}
@media only screen and (max-width:767px) {
.padd_bt60{padding: 30px 0;}
.data_le h3{margin-bottom: 10px;font-weight:bold;}
.data_re,.data_le{width: 100%;float: none;}
.data_le{margin-bottom: 20px;}
.data_re li,.data_03 .data_re li{float: none;width: 100%;}
.data_re dd{padding:10px 0;}
.data_re li{margin-bottom: 30px;}
.data_list{margin-bottom: 0;}
.data_re ul{overflow: inherit;}
}


/*å›¾ç‰‡*/
.picture_title{color: #202f45;margin-bottom: 30px;}
.picture_list {overflow: hidden;}
.picture_list .data_re{width:100%;}
.picture_list .data_re li{width: 33.33%;margin-bottom: 80px;}

@media only screen and (max-width:1366px) {
.picture_list .data_re li{margin-bottom: 60px}

}
@media only screen and (max-width:1024px) {
.picture_list .data_re li{margin-bottom: 40px}
.picture_box{padding-top: 20px;}
}

@media only screen and (max-width:767px) {
.picture_list .data_re li{margin-bottom: 30px;float: none;width: 100%;}
.picture_title{margin-bottom: 20px;}
.picture_list .data_re li:last-child{margin-bottom: 0;}

}


/*è´¢åŠ¡æŠ¥å‘Š*/

.finance_list .data_re{float: none;width: 100%; position: relative;}
.finance_list .data_03 .data_re li{width: 25%;margin-bottom: 60px;}
.finance_list .data_03 .data_re dl{margin: 0 40px;}
.finance_list .data_03 .data_re ul{margin: 0 -40px;padding-bottom: 20px;overflow: inherit;   /* display: table;*/}
.finance_list .data_re dd h3{    white-space: inherit;text-overflow: inherit;
  line-height: 24px;height: 48px; display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

.finance_list .data_03 .data_re .swiper-container{width:calc(100% - 60px); margin:0 auto;}
.finance_list .data_03 .data_re .swiper-button-prev,.finance_list .data_03 .data_re .swiper-button-next{width: 68px;height: 68px;line-height: 68px; margin-top: -30px; text-align: center; background: #fff;color: #07388b;font-weight: bold;border-radius: 50%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);color: #000;font-size:16px;}
.finance_list .data_03 .data_re .swiper-button-prev{left: -30px;}
.finance_list .data_03 .data_re .swiper-button-next{right: -30px;}
.finance_list .data_03 .data_re .swiper-button-prev.swiper-button-disabled,.finance_list .data_03 .data_re .swiper-button-next.swiper-button-disabled{opacity: 0.6}

.finance_list_txt{margin-top: 2%;}
.finance_list_txt ul{margin-bottom: 5%;}
.finance_list_txt li{ float: left; widtH:100%; overflow: hidden; padding:25px 0; line-height: 20px; border-bottom: 1px solid #D3D3D3;}
.finance_list_txt li span{  widtH:100px; font-size: 18px;}
.finance_list_txt li p{ float: left; margin-lefT:100px; widtH:calc(100% - 260px); font-size: 20px;}
.finance_list_txt li i{ float: right; widtH:30px;font-size: 20px; font-weight: bold;}
.finance_list_txt li p+a{color:#1b518f;}

@media only screen and (max-width:1440px) {
.finance_list .data_03 .data_re dl{margin: 0 20px;}
.finance_list .data_03 .data_re ul{margin: 0 -20px;padding-bottom: 0;}
.finance_list_txt li p{font-size:18px;}
}
@media only screen and (max-width:1024px) {
.finance_list .data_03 .data_re li{margin-bottom: 40px;}
.finance_list .data_03 .data_re .swiper-button-prev,.finance_list .data_03 .data_re .swiper-button-next{widtH:48px; height: 48px; line-height: 48px; margin-top:-24px;}
.finance_list .data_03 .data_re .swiper-button-prev{left: 0px;}
.finance_list .data_03 .data_re .swiper-button-next{right: 0px;}
.finance_list .data_03 .data_re .swiper-container{width: calc(100% - 100px);}
.finance_list_txt li p{font-size:16px;}
}
@media only screen and (max-width:1023px) {
  .finance_list_txt li p{margin-lefT:0px; widtH:calc(100% - 160px); font-size: 14px;}
}
@media only screen and (max-width:767px) {
.finance_list .data_03 .data_re li{margin-bottom: 30px;}
.finance_list .data_03 .data_re li{float: none;width: 100%;}
.finance_list .data_03 .data_re ul{display: block;}
.finance_list .data_03 .data_re ul,.finance_list .data_03 .data_re dl{margin: 0;}
.finance_list .data_re dd h3{height:auto;max-height: 48px;}
.finance_list .data_03 .data_re .swiper-button-prev,.finance_list .data_03 .data_re .swiper-button-next{widtH:36px; height: 36px; line-height: 36px; margin-top:-18px;}
}


/*å…¬å‘Šä¸Žé€šå‡½*/

.notice_cont .dynamic-top{padding: 0;padding-bottom: 5px;}

.notice_list ul{overflow: hidden;margin: 0 -40px;}
.notice_list li{float: left;width: 50%;}
.notice_list dl{border-bottom:1px solid #9b9b9b; margin: 0 40px;overflow: hidden;padding: 35px 30px;padding-bottom: 25px;}
.notice_list dt{float: left;color: #c9c9c9;font-size: 28px;line-height: 28px;}
.notice_list dd{float: right;width: calc(100% - 50px)}
.notice_list h3{overflow: hidden;margin-bottom: 15px;line-height: 24px;}
.notice_list h3 p{float: left;width: calc(100% - 40px);white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.notice_list h3 span{float: right;}
.notice_list h3 span a{font-weight: bold;    color: #1b518f;}
.notice_list .index_news_time{margin-bottom: 0;}
.notice_list .page{padding-top: 0;}
@media only screen and (max-width:1440px) {
.notice_list dl{margin: 0 20px;}
.notice_list ul{margin: 0 -20px;}
.notice_list dl{padding: 20px;padding-top: 30px;}
}
@media only screen and (max-width:1024px) {
.notice_list dl{margin: 0 ;}
.notice_list ul{margin: 0 ;}
.notice_list dl{padding:20px 10px;}
.notice_list li{float: none;width: 100%;}
.notice_list h3{margin-bottom: 5px;}
}
@media only screen and (max-width:767px) {

}



/*å…¬å¸æ²»ç†*/
.govern_text{padding: 35px 55px;padding-right: 95px;box-shadow: 0 0 20px rgb(0 0 0 / 10%);}
.govern_list ul{overflow: hidden;margin: 0 -12px;padding-bottom: 30px;}
.govern_list dl{margin: 0 12px;overflow: hidden; border: 1px solid #dcdcdc; border-bottom: 2px solid #003c82;padding: 25px 10px;padding-bottom: 35px;}
.govern_list li{width: 33.33%;margin-bottom: 30px;float: left;}

.govern_list dt{float: left;color: #c9c9c9;font-size: 28px;line-height: 28px;width: 80px;text-align: center;}
.govern_list dd{float: right;width: calc(100% - 80px)}
.govern_p{padding-left: 25px;border-left: 1px solid #dcdcdc;}
.govern_p h3{height: 56px;-webkit-line-clamp: 2;margin-bottom: 5px;}

.down_govern a{font-weight: bold;    color: #1b518f;}
@media only screen and (max-width:1440px) {
.govern_list dt{width: 60px;}
.govern_list dd{width: calc(100% - 60px)}
.govern_list ul{margin: 0 -10px;}
.govern_list dl{margin: 0 10px;}
.govern_list ul{padding-bottom: 20px;}
.govern_text{padding: 30px;}
}

@media only screen and (max-width:1024px) {
.govern_p h3{height: 48px;}
.govern_list dl{padding: 20px 10px;}
.govern_list dt{width: 40px;}
.govern_list dd{width: calc(100% - 40px)}
.govern_p{padding-left: 15px;}

}
@media only screen and (max-width:767px) {
.govern_text{padding: 20px;}
.govern_p h3{height: auto;max-height: 48px;}
.govern_list ul{margin: 0;padding-bottom: 0;}
.govern_list dl{margin: 0;border-bottom-width: 1px;}
.govern_list li{float: none;width: 100%;margin-bottom: 20px;}
.govern_list li:last-child{margin-bottom: 0;}

}

/*æŠ•èµ„è€…è”ç»œ*/
.liaison_cont{margin-bottom: 40px;overflow: hidden;box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.liaison_cont .left,.liaison_cont .right{height: 100%;}
.liaison_cont .left{width: 34.5%;float: left;position: relative;}
.blank_green{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,60,130,0.62);}
.liaison_cont .right{float: right;width: 65.5%;position: relative;}
.liaison_text{position: absolute;z-index: 2;top:0;left: 0;width: 100%;height: 100%;box-sizing:border-box;color: #fff;padding: 50px 40px;padding-top: 100px;}
.liaison_text h3{margin-bottom: 20px;}
.liaison_01{margin-bottom: 50px;}
.liaison_02 h4{border-bottom:1px solid rgba(255,255,255,0.4);padding-bottom: 30px;margin-bottom: 30px;}
.liaison_form{width: 700px;max-width: 80%; margin-left:80px;margin-top: 100px;}
.liaison_form h3{margin-bottom: 70px;}
.liaison_form li{margin-bottom: 20px;position: relative;}
.liaison_form li i{position: absolute;left: 18px;top:15px;color: red;}
.liaison_form input{width: 440px;max-width: 100%;height: 46px;line-height: 46px;box-sizing:border-box;padding:0 25px;background: #e7ebf0;border-radius: 5px;}
.liaison_form textarea{width: 100%;padding:15px 25px;border-radius: 5px;height: 180px;background: #e7ebf0;box-sizing:border-box;}
.liaison_btn{padding-top: 20px;}
.liaison_btn button{display: inline-block;width: 165px;height: 54px;line-height: 54px;text-align: center;background: #003c82;color: #fff;border-radius: 30px;}
.liaison_02 p a{color: #fff;}
@media only screen and (max-width:1440px) {
.liaison_form h3{margin-bottom: 40px;}
.liaison_form textarea{height: 150px;}
.liaison_form{margin-top: 60px;}
.liaison_text{padding-top: 60px;}
.liaison_cont{margin-bottom: 0;}
}
@media only screen and (max-width:1280px) {
.liaison_form h3{margin-bottom: 30px;}
.liaison_form{margin-top: 40px;}
.liaison_text{padding-top: 40px;}
.liaison_form li{margin-bottom: 15px;}
.liaison_btn{padding-top: 10px;}
.liaison_form textarea{height: 120px;}
}
@media only screen and (max-width:1024px) {
.liaison_form{width: 90%;margin: auto;}
.liaison_form{margin-top: 30px;}
.liaison_text{padding: 20px; padding-top: 30px;}
.liaison_form h3{margin-bottom: 20px;}
.liaison_01{margin-bottom: 30px;}
.liaison_02 h4{padding-bottom: 20px;margin-bottom: 20px;}
.liaison_btn button{width: 120px;height: 40px;line-height: 40px;}
.liaison_form input{height: 40px;line-height: 40px;width: 100%;}
.liaison_form textarea{height: 100px;}
.liaison_form li{margin-bottom: 10px;}
.liaison_btn{padding-top: 0;}
}
@media only screen and (max-width:767px) {
.liaison_cont{height: auto !important;}
.liaison_cont .left,.liaison_cont .right{float: none;width: 100%}
.liaison_form{margin: 0;width: auto;max-width: inherit;padding: 20px;padding-bottom: 30px;}
}

/*faq*/
.faq_edit{float:right;width: calc(100% - 40px);}
.faq_edit .edit_con_original{color: #84888d;line-height: 24px;}
.faq_list ul{padding-bottom: 30px;}
.faq_list li{padding:30px 40px;border: 1px solid #dddddd;margin-bottom: 30px;}
.faq_list dt{overflow: hidden;line-height: 24px;position: relative;}
.faq_list dt h3{padding-left: 50px;color:#202f45;}
.faq_title{margin-right: 50px;padding: 8px 15px; overflow: hidden;position: relative;display: inline-block;}
.faq_title .faq_icon{position: absolute;top:8px;left:15px;}
.faq_icon{width: 24px;height: 24px;line-height: 24px;text-align: center;color: #fff;background: #003c82;border-radius: 50%;float: left;}
.faq_list dt em{float: right; width: 32px;height: 22px;line-height: 22px;text-align: center;background:#003c82 url(../image/jia.png) no-repeat center center;border-radius: 10px;position: absolute;top:10px;right: 0;cursor: pointer;}
.faq_list dd{padding: 0 15px; padding-top: 25px;line-height: 24px;display: none;overflow: hidden;}
.faq_list li.on{padding: 40px;}
.faq_list li.on dt h3{color: #fff;}
.faq_list li.on .faq_title{ background: #003c82;color: #fff;border-radius: 20px;}
.faq_list li.on{border-color:#fff; box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.faq_list li.on dt em{background:#dcdcdc url(../image/jian.png) no-repeat center center;}
/*.faq_list li.on dd{display: block;}*/

@media only screen and (max-width:1440px) {
.faq_list dd{padding-top: 15px;}
.faq_list li{padding:20px 30px;}
.faq_list li.on{padding: 30px;}
.faq_list dt h3{padding-left: 40px;}
}
@media only screen and (max-width:1024px) {
.faq_list dd{padding-top: 10px;}
.faq_list li{padding:10px 20px;margin-bottom: 20px;}
.faq_list li.on{padding: 20px;}
.faq_list dt h3{padding-left: 35px;}
.faq_list ul{padding-bottom: 10px;}
}
@media only screen and (max-width:767px) {
.faq_icon{width: 20px;height:20px;line-height: 20px;}
.faq_title{padding: 0px ;}
.faq_list li.on .faq_title .faq_icon{top:10px;}
.faq_list li.on .faq_title{border-radius: 10px;padding:8px;}
.faq_title .faq_icon{left: 8px;    top: 4px;}
.faq_list dt em{top:4px;}
.faq_list dd{padding:0 8px;padding-top: 10px;}
.faq_list li.on,.faq_list li{padding: 10px;}
.faq_edit{    width: calc(100% - 30px);}
.faq_list ul{padding-bottom: 0;}
.faq_list li:last-child{margin-bottom: 0;}
.faq_list dd .faq_icon{margin-top:4px;}
}

/*æŠ•èµ„è€…å…³ç³»*/
.investor_cont{margin-bottom: 40px;}
.investor_01 h3,.investor_02 .left h3{line-height: 1.4em;margin-bottom: 40px;}
.investor_edit01{width: 1260px;max-width: 100%;}
.investor_02{position: relative;margin-bottom: 35px;}
.investor_02 .left,.investor_02 .right{float: left;width: 50%;height:100%;position: relative;}
.investor_02 .blank_20{background: rgba(0,0,0,0.2);position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.in_text{position: absolute;left: 0;bottom:40px;width: 100%;box-sizing:border-box;padding: 80px;color: #fff;}
.investor_02 .left h3{margin-bottom: 10px;}

.investor_02 .right h3{margin-bottom: 20px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.investor_02 .right ul{height: 100%;}
.investor_02 .right li{height: 50%;box-sizing:border-box;border:1px solid #dcdcdc;position: relative;}
.investor_02 .right li .in_pscoll{color: #84888d;line-height: 26px;height: 104px;overflow: hidden;}
.in_more{padding-top:10px;}
.in_more a{color: #003c82;display: inline-block;border-bottom: 2px solid #406da1;}
.in_box{padding:10px 60px;transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

.investor_02 .right li:last-child{background:#0062b1;color: #fff;border: none;}
.investor_02 .right li:last-child h3,.investor_02 .right li:last-child .in_pscoll,.investor_02 .right li:last-child .in_more a{color: #fff;}
.investor_02 .right li:last-child .in_more a{border-color: #fff;}
.investor_03{padding-bottom: 90px;}
.investor_03 .pub_tab{margin-bottom: 20px;}
.investor_03 .index_more{text-align: center;padding-top: 40px;}

.investor_notice .notice_list{display: none;}
.investor_notice .notice_list:first-child{display: block;}

.investor_04 .data_03 .data_re dl{margin:0 40px;}
.investor_04 .data_03 .data_re ul{margin:0 -40px;}

.investor_04 .data_03 .data_re ul,.investor_04 .data_list{overflow: inherit;}
.investor_04 .data_list{margin-bottom: 0;}

.investor_05{overflow: hidden;position: relative;}
.investor_05 .left{float: left;width: 66%;}
.investor_05 .left ul{overflow: hidden;margin:0 -10px;}
.investor_05 .left li{float: left;width: 50%;}
.investor_05 .left li dl{margin:0 10px;position: relative;}
.investor_05 .left li dd{position: absolute;left: 0;top:0;width: 100%;box-sizing:border-box;color: #fff;padding: 55px;}
.investor_05 .left li dd h3{margin-bottom: 30px;}
.investor_05 .right{width: 32%;position: absolute;right: 0;top:0;height: 100%;box-sizing:border-box;border-top: 1px solid #9b9b9b;border-bottom: 1px solid #9b9b9b; padding: 55px 35px;padding-right: 0;}
.investor_05 .right h3{margin-bottom: 90px;}
.in_shark dt{color: #333333;margin-bottom: 25px;}
.in_shark ul{overflow: hidden;}
.in_shark li{float: left;max-width: 49%}
.in_shark li h5{line-height: 1.2em;margin-bottom: 10px;}
.in_shark li dd p i{font-weight: bold;}
.in_shark li:last-child{float: right;}

@media only screen and (max-width:1440px) {
.investor_cont{margin-bottom: 0;}
.investor_02 .right h3{margin-bottom: 15px;}
.in_more{padding-top: 20px;}
.in_box{padding: 10px 40px;}
.in_text{padding: 30px;}
.investor_01 h3{margin-bottom: 20px;}
.investor_04 .data_03 .data_re dl{margin:0 20px;}
.investor_04 .data_03 .data_re ul{margin:0 -20px;}
.investor_03{padding-bottom: 70px;}

.investor_05 .right h3{margin-bottom: 50px;}
.investor_05 .left li dd,.investor_05 .right{padding: 40px;}
.investor_05 .right{ padding-left: 20px;padding-right: 0;}
.in_shark li dd p{font-size: 14px;}
}
@media only screen and (max-width:1366px) {
.investor_05 .left{width: calc(100% - 390px);}
.investor_05 .right{width: 370px;}
}
@media only screen and (max-width:1280px) {
.investor_02 .right h3{margin-bottom: 10px;}
.in_more{padding-top: 10px;}
.investor_05 .right h3,.investor_05 .left li dd h3{margin-bottom: 20px;}
.investor_05 .left li dd, .investor_05 .right{padding: 20px;}
.investor_05 .right{ padding-left: 10px;padding-right: 0;}
.in_shark dt{margin-bottom: 10px;}
}


@media only screen and (max-width:1024px) {
.in_text{bottom: 0;}
.investor_02 .right li .in_pscoll{line-height: 24px;height: 72px;}
.in_box{padding: 10px 20px;}
.investor_02 .right h3{margin-bottom: 5px;font-weight: bold;}
.in_more{font-size: 14px;}
.investor_03{padding-bottom: 50px;}
.investor_03 .news_pub_tab li{width: 33.33%}
.investor_05 .right h3, .investor_05 .left li dd h3{margin-bottom: 10px;}
.investor_05 .left,.investor_05 .right{float: none;width: 100%;}
.investor_05 .right{position: static;border-top: 0;padding: 20px;}
.in_shark li{width: 49%;}
}

@media only screen and (max-width:767px) {
.investor_02 .left, .investor_02 .right{float: none;width: 100%;}
.investor_02 .left,.investor_02 .right li{margin-bottom: 10px;}

.investor_02{height: auto !important;}
.in_box{transform: translate(0,0); -webkit-transform: translate(0,0);-ms-transform: translate(0,0);-moz-transform: translate(0,0);-o-transform: translate(0,0); position: static;padding: 20px;}
.investor_02 .right li .in_pscoll{height: auto;}
.in_text{padding:20px;}
.investor_01 h3{margin-bottom: 10px;}
.investor_edit01{padding-bottom: 30px;}
.investor_02{margin-bottom: 0;}
.investor_03 .news_pub_tab{font-size: 14px;}
.investor_03 .pub_tab{margin-bottom: 0;}
.investor_03 .index_more{padding-top: 20px;}
.investor_04 {padding-bottom: 0;}
.investor_04 .data_03 .data_re dl{margin:0;}
.investor_04 .data_03 .data_re ul{margin:0 ;}
.investor_03{padding-bottom: 30px;}
.investor_05 .left{margin-bottom: 20px;}
.investor_05 .left li dl{margin:0 2px;}
.investor_05 .left ul{margin: 0 -2px;}
.investor_05 .right{border: 0;padding: 0;}
.in_shark li{float: none;width: 100%;max-width: 100%;padding: 10px 0;    border-bottom: 1px solid #9b9b9b;}
.in_shark li dl{padding: 0 10px;}
.investor_05 .right h3{padding-left: 10px;margin-bottom: 0;font-weight: bold;}
}


/*æˆå‘˜ä¼ä¸š*/
.companies_cont .index_tab{border-bottom:1px solid #d0d4d7;}
.companies_list ul{overflow:hidden;margin: 0 -10px;}
.companies_list li{float: left;width: 25%;margin-bottom: 40px;}
.companies_list dl{text-align: center;margin: 0 10px;}
.companies_list dt{border:1px solid #d0d4d7;padding: 40px;margin-bottom: 20px;}
.companies_list dt img{width: 250px;max-width: 90%;}

.companies_list dd h3{line-height: 24px;height: 48px; display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

@media only screen and (max-width:1440px) {
.companies_list li{margin-bottom:30px; }
.companies_list dt{padding: 30px;}
}

@media only screen and (max-width:1024px) {
.companies_list li{margin-bottom:20px; }
.companies_list dl{margin: 0 5px;}
.companies_list ul{margin: 0 -5px;}
.companies_list dt{margin-bottom: 10px;padding: 20px;}
}

@media only screen and (max-width:767px) {
.companies_list li{width: 50%;margin-bottom: 10px; }
.companies_list dl{margin: 0 5px;}
.companies_list ul{margin: 0 -5px;}
.companies_list dt{padding: 5px;}
.companies_list dd h3{line-height: 20px;height: 40px;font-size: 12px;}
}

/*é¢†å¯¼å›¢é˜Ÿ*/
.team_ajax{overflow: hidden;}
.blank_30{position: fixed;top:0;left:0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 99991;display: none;}
.team_tac h4{color: #84888d;}
.team_close{position: absolute;right: 30px;top:30px;color:#003c82;font-size: 20px;cursor: pointer;}
.team_tac .team_edit,.team_tac .edit_con_original{color: #84888d;line-height: 24px;}
.team_tac{position: fixed; background:#fff;width: 1440px;max-width:94%;z-index: 99992;overflow: hidden;box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.team_tac .left{float: left;width: 430px;height: 430px;box-shadow: 0 0 10px rgb(0 0 0 / 20%);}

.team_tac .right{float: right;width: calc(100% - 430px);}
.team_intr{padding: 70px 110px;padding-right:200px}
.team_intr h3{margin-bottom: 5px;}
.team_intr h4{border-bottom: 1px solid #d6d6d6;padding-bottom: 30px;margin-bottom: 20px;}
.team_intr .team_edit{height: 144px;overflow: hidden;}

.team_intr .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.team_intr .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#003b83;}
.team_intr .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.team_intr .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.team_intr .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#003b83;}

.edit_profile .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.edit_profile .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#003b83;}
.edit_profile .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.edit_profile .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.edit_profile .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#003b83;}

.mCSB_color .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.mCSB_color .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#003b83;}
.mCSB_color .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCSB_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#003b83;}


.team_cont {padding-top: 25px;}
.team_cont .team_list ul{margin: 0 -40px;padding-top: 50px;}
.team_cont .team_list li{float: left;width: 25%;margin-bottom: 80px;}
.team_list li dl{box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.team_cont .team_list li dl{margin: 0 40px;}
.team_list dd{background: #e8ebf0;padding: 30px;padding-bottom: 35px;overflow: hidden;}
.team_list dd h3{float: left;width: calc(100% - 50px);white-space:nowrap; overflow:hidden; text-overflow:ellipsis;line-height: 24px;}
.team_list dd .pubjia{float: right;}
.team_list dd h3,.team_list dt{cursor: pointer;}
.team_list dd h3{margin-bottom: 10px;}
.team_list dd p{overflow: hidden;clear: both;line-height: 24px;height: 72px;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;}

.pubjia{display: inline-block;width: 34px;height: 24px;background: #003b83;color: #fff;text-align: center;border-radius: 20px;position: relative;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;}
.pubjia i{display: block;height: 24px;line-height: 24px;}
@media only screen and (max-width:1660px) {
.team_close{top:20px;right: 20px;}
.team_intr{padding: 70px;padding-right: 100px;}
}
@media only screen and (max-width:1440px) {
.team_cont .team_list ul{margin: 0 -20px;}
.team_cont .team_list li dl{margin: 0 20px;}
.team_cont .team_list li{margin-bottom: 60px;}
.team_list dd{padding: 20px;}
.team_intr{padding:60px;}
.team_intr h4{padding-bottom: 20px;}
.team_intr .team_edit{height: 192px;}
}
@media only screen and (max-width:1366px) {

}
@media only screen and (max-width:1024px) {
.team_cont .team_list li{width: 33.33%;}
.team_tac .left{width: 300px;height: 300px;}
.team_tac .right{width:calc(100% - 300px)}
.team_intr h4{padding-bottom: 10px;}
.team_intr{padding: 30px;}
.team_close{top:10px;right: 10px;width: 50px;height: 30px;text-align: right;}
.team_intr .team_edit{height: 144px;}

}
@media only screen and (max-width:767px) {
.team_cont{padding-top: 0;}
.team_cont .team_list ul{padding-top: 20px;}
.team_cont .team_list ul{margin: 0 -5px;}
.team_cont .team_list li dl{margin: 0 5px;}
.team_cont .team_list li{width: 50%;margin-bottom: 20px;}
.team_list dd{padding: 10px;}
.pubjia,.pubjia i{width: 24px;height: 20px;line-height: 20px;border-radius: 10px;font-size: 14px;}
.team_tac .left,.team_tac .right{float: none;width: 100%;}
.team_intr{padding: 20px;}
.team_intr .team_edit{height: 96px;}


}

/*å“ç‰Œæ–‡åŒ–*/
.culture_01{padding:120px 0;padding-bottom: 80px;}
.culture_01 .wrap{overflow: hidden;}
.culture_01 .left{float: left;width: 32.3%;}
.culture_01 .left img{max-width: 100%;}
.culture_01 .right{float: right;width: 64%;}

.c_bg{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background:url(../image/c_bg.png) no-repeat;    background-size: 100% 100%;}
.culture_02{    overflow: hidden;position: relative;padding:70px 0;color: #202f45;box-sizing: border-box;}
.blank_5{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.05);z-index: 2;}
.culture_jz{position: relative;z-index: 3;width: 435px;float: right;}
.culture_jz ul&gt;li{border-bottom:1px solid #989e9c;padding: 40px 0;}
.culture_jz ul&gt;li:first-child{padding-top: 0;}
.culture_jz h3{margin-bottom: 5px;}
.culture_jz ol{overflow: hidden;margin: 0 -10px}
.culture_jz ol li{float: left;width: 50%;}
.culture_jz ol dl{padding: 0 10px;}
.culture_jz ol dt{position: relative;width: 68px;height: 68px;border:1px solid #758396;border-radius:50%;float: left;}
.culture_jz ol dd{width: calc(100% - 80px);float: right;}
.culture_jz .culture_last{border: 0;padding-bottom: 0;}
.culture_jz .culture_last li{margin-top: 20px;}
.culture_jz .culture_last dd{padding-top: 20px;}
.culture_jz .culture_last dt img{width:45px;height: 45px;}

.clture_phoneimg{display: none;}
.clture_phoneimg img{width:100%;}


.culture_03 ul{overflow: hidden;margin: 0 -20px;}
.culture_03 dl{margin: 0 20px;position: relative;}
.culture_03 li{float: left;width: 50%;margin-bottom: 40px;}
.culture_03 dt{position: relative;}
.culture_03 dt .blank_30{display: block;z-index: 2;position: absolute;}

.culture_03 dd h4{margin-bottom: 10px;}
.culture_03 dd{padding: 0 40px; position: absolute;left: 0;bottom: 40px;width: 100%;box-sizing:border-box;color: #fff;z-index: 2;}
.c_title {text-align: center;}
.culture_04{position: relative;color: #fff;}
.c_spirit p{line-height: 40px;}
.c_spirit{position: relative;z-index: 2;padding: 90px 150px;}
.c_spirit h3{margin-bottom: 30px;}

@media only screen and (max-width:1440px) {
.culture_01{padding: 90px 0;}
.culture_jz ul&gt;li{padding: 30px 0;}
.culture_03 dd{padding: 0 30px;bottom:30px;}
.c_spirit{padding:70px 100px;}
.c_spirit p{line-height: 36px;}
}
@media only screen and (max-width:1024px) {
.culture_01{padding: 50px 0;}
.culture_02{padding: 50px 0;}
.culture_jz{width: 330px;}
.culture_jz ul&gt;li{padding: 20px 0;}
.c_spirit{padding: 40px;}
.c_spirit h3{margin-bottom: 20px;font-weight: bold;}
.culture_03 dd h4{font-weight: bold;}
.culture_03 ul{margin: 0 -10px;}
.culture_03 dl{margin: 0 10px;}
.culture_03 li{margin-bottom: 20px;}
.c_spirit p{line-height: 32px;}
.culture_03 dd{padding:0 20px;bottom: 20px;}
}
@media only screen and (max-width:767px) {
.culture_01{padding: 20px 0;}
.culture_02{padding: 0;}
.clture_phoneimg{display: block;}
.culture_02,.culture_04{background: none !important;}
.culture_02 .blank_5{display: none;}
.culture_jz{width: 100%;float: none;padding-top: 20px;}
.culture_jz ol dt{width: 55px;height: 55px;}
.culture_jz .culture_last dt img{width: 40px;height: 40px;}
.culture_jz .culture_last dd{width: calc(100% - 70px);padding-top:15px;}
.culture_jz li p{font-size: 16px;}
.culture_01 .left,.culture_01 .right{float:none;width: 100%;}
.culture_01 .left{margin-bottom: 20px;}
.culture_03 li{float: none;width: 100%;}
.culture_03 ul{margin: 0 ;}
.culture_03 dl{margin: 0 ;}
.culture_04 .blank_17{display: none;}
.culture_04{    color: #202f45;}
.c_spirit{padding: 0;padding-top: 20px;}
.c_spirit h3{margin-bottom: 10px;}
.c_bg{display: none;}

}

/*å…¬å¸ç®€ä»‹*/
.profile_cont{padding-top: 130px;}
.profile_02{padding: 100px 0 80px 0;}
.profile_cont .culture_02{margin-bottom: 0;}
.profile_01{overflow: hidden;position: relative;}
.profile_01 .left{width: 52.6%;position: absolute;left: 0;top:0;height: 100%;color: #fff;font-size: 60px;}
.profile_01 .left a{color: #fff !important}
.profile_01 .right{float: right;width: 42%;}
.profile_01 .right&gt;h2 img{width:312px;max-width: 100%;}
.profile_01 .right&gt;h2{margin-bottom: 40px;}
.edit_profile .edit_con_original{color: #84888d;}
.edit_profile{height:calc(100% - 120px);overflow: hidden; }
.profile_01 .wrap,.profile_01 .right{height: 100%;}

.profile_02{overflow: hidden;}
.profile_02 ul{overflow: hidden;margin: 0 -35px;}
.profile_02 li{float: left;width: 33.33%;}
.profile_02 dl{border-top: 1px solid #9b9b9b;margin: 0 35px;padding:20px 0 40px 0;}
.profile_02 dt{overflow: hidden;margin-bottom: 15px;}
.profile_02 dt span,.profile_02 dt i,.profile_02 dt b{display:block;float: left;height: 60px;line-height: 60px; font-size: 60px;}
.profile_02 dt em{float: left;margin-top:25px;}
.profile_02 dt b img{vertical-align: middle;width: 262px;height: 47px;}
.profile_02 dd b{margin-right: 5px;}
.profile_02 dd img{width: 110px;margin-top: 2px;}
.profile_02 dd{line-height:24px;}

.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}


.video_appbox video{object-fit: cover;    width: 100%;}
.video_appbox .video_t{ 
 z-index:2; background:#000;width: 1035px;max-width:94%;height: 60%;
 transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;
     transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
visibility: hidden;opacity: 0;

}
.video_appbox.show .video_t{
visibility: visible;opacity:1;
top:50%;
}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:20px; right:20px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:20px;font-weight: bold;}

@media only screen and (max-width:1440px) {
.profile_cont{padding-top: 80px;}
.profile_02{padding: 80px 0;padding-bottom: 40px;}
.profile_02 dt span,.profile_02 dt i,.profile_02 dt b{height: 52px;line-height: 52px; font-size: 52px;}
}

@media only screen and (max-width:1024px) {
.profile_cont{padding-top: 50px;}
.profile_02{padding: 50px 0;padding-bottom: 10px;}
.profile_02 ul{margin: 0 -10px;}
.profile_02 dl{margin: 0 10px;}
.profile_02 dt span,.profile_02 dt i,.profile_02 dt b{height: 44px;line-height: 44px; font-size: 44px;}
.profile_02 dt em{font-size: 16px;margin-top: 18px;}
.profile_01 .right&gt;h2 img{width: 200px;}
.profile_01 .right&gt;h2{margin-bottom: 20px;}
.edit_profile{height: calc(100% - 70px);}
.profile_01 .right{width: 44%;}
.profile_02 dt b img{width: 160px;height: 29px;}
}
@media only screen and (max-width:767px) {
.profile_cont{padding-top: 30px;}
.profile_01{height: auto !important;}
.profile_01 .left{position: relative;width: 100%;}
.profile_01 .left i{font-size: 32px;}
.profile_01 .right{float: none;width: 100%;padding-top: 20px;}
.profile_02 li{width: 50%;}
.profile_02 li:nth-child(2n+1){clear: both;}
.profile_02 ul{margin: 0 -5px;}
.profile_02 dl{margin: 0 5px;padding: 20px 0;}
.profile_02 dt em{font-size: 12px;margin-top:6px;}
.profile_02 dt span,.profile_02 dt i,.profile_02 dt b{height: 24px;line-height: 24px; font-size: 24px;}
.profile_02{padding-top: 30px;}
.profile_02 dt b img{width: 110px;height: 20px;}

}



/*å…¬å¸è£èª‰*/
.honor_but{display: none;}
.honor_but div{width: 50px;height: 50px;line-height: 50px; margin-top: -25px; text-align: center; background: #fff;color: #07388b;font-weight: bold;border-radius: 50%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);color: #000;font-size:16px;}
.honor_but div.swiper-button-prev{left: -30px;}
.honor_but div.swiper-button-next{right: -30px;}
.honor_but .swiper-button-next.swiper-button-disabled, .honor_but .swiper-button-prev.swiper-button-disabled{opacity: 0.6}

.honor_slider{position: relative;margin-bottom: 70px;}
.honor_slider dl{overflow: hidden;color: #fff;background:#04479b;}
.honor_slider dt{float: left;width: 55.5%;}
.honor_slider dd{float: right;width: 44.5%;background:#04479b url(../image/honor_bg.jpg) no-repeat;background-size:100% 100%;}
.honor_slider dt,.honor_slider dd{height: 100%;}
.honor_in{padding: 80px 70px;}
.honor_in h3{margin-bottom: 50px; line-height: 1.5em;max-height: 4.5em;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}
.honor_time{margin-bottom: 20px;}

.honor_list {overflow: hidden;}
.resource-type-wrap .cf{margin: 0 -33px;}
.resource-type-wrap { width:100%;}
.resource-type-wrap .panel { width: 49.8%;margin-bottom: 65px;  }
.resource-type-wrap .panel dl{border:1px solid #9b9b9b;margin:0 33px;padding: 50px 60px;padding-left: 0;overflow: hidden;}

.resource-type-wrap .panel dl dt{width: 200px;text-align: center;float: left;}
.resource-type-wrap .panel dl dt img{margin-bottom: 15px;width: 100px;height: 100px;}
.resource-type-wrap .panel dl dd{width: calc(100% - 200px);float: right;}
.resource-type-wrap .panel dd li{padding: 20px 0;border-bottom: 1px solid #9b9b9b;line-height: 36px;}
.resource-type-wrap .panel dd li:first-child{padding-top: 0;}
.resource-type-wrap .panel dd li:last-child{padding-bottom: 0;border: 0;}
@media only screen and (max-width:1520px) {
.resource-type-wrap .panel{margin-bottom: 40px;}
.resource-type-wrap .panel dl dt{width: 150px;}
.resource-type-wrap .panel dl dd{width: calc(100% - 150px);}
.resource-type-wrap .panel dl{margin: 0 20px;}
.resource-type-wrap .cf{margin: 0 -20px;}
.resource-type-wrap .panel dl{padding: 50px;padding-left: 0;}
}


@media only screen and (max-width:1440px) {
.honor_slider{margin-bottom: 50px;}
.honor_but div{width: 40px;height: 40px;line-height: 40px; margin-top: -20px; }
.honor_but div.swiper-button-prev{left: -22px;}
.honor_but div.swiper-button-next{right: -22px;}
.resource-type-wrap .panel dl dt img{width: 80px;height: 80px;}
}
@media only screen and (max-width:1366px) {
.honor_in{padding:60px;}
}
@media only screen and (max-width:1280px) {
.honor_in{padding:50px;}
.honor_in h3{margin-bottom: 40px;}
}

@media only screen and (max-width:1024px) {
.honor_but div{width: 40px;height: 40px;line-height: 40px; margin-top: -20px;font-size: 14px; }
.honor_but div.swiper-button-prev{left: -20px;}
.honor_but div.swiper-button-next{right: -20px;}
.honor_time{margin-bottom: 10px;}
.honor_in h3{margin-bottom: 20px;}
.honor_in{padding: 30px;}

.resource-type-wrap .panel dl{padding: 20px;padding-left: 0;}
.resource-type-wrap .panel dl dt img{width: 60px;height: 60px;margin-bottom: 10px;}
.resource-type-wrap .panel dl dt{width: 100px;}
.resource-type-wrap .panel dl dd{width: calc(100% - 100px);}
.resource-type-wrap .panel dd li{line-height: 30px;}
.resource-type-wrap .panel dl{margin: 0 10px;}
.resource-type-wrap .cf{margin: 0 -10px;}
.resource-type-wrap .panel{margin-bottom: 20px;}

}
@media only screen and (max-width:767px) {
.honor_slider{margin-bottom: 30px;}
.honor_but div{width: 36px;height: 36px;line-height: 36px; margin-top: -18px;font-size: 12px;font-weight: normal; }
.honor_but div.swiper-button-prev{left: 5px;}
.honor_but div.swiper-button-next{right:5px;}

.honor_slider .honor_but div{top:80px;margin-top: 0;}
.honor_slider dl{height: auto !important;}
.honor_slider dt, .honor_slider dd{float: none;width: 100%}
.honor_in{padding: 20px;}
.honor_in h3{height: 4.5em;}

.resource-type-wrap .panel dl{margin: 0;padding: 20px;}
.resource-type-wrap .cf{margin: 0;}
.resource-type-wrap .panel{width: 100%;}
.resource-type-wrap .panel dl dt,.resource-type-wrap .panel dl dd{float:none;width: 100%;}
.resource-type-wrap .panel dl dt{margin-bottom: 20px;}
.resource-type-wrap .panel dd li{padding: 10px 0;line-height: 24px;}
.resource-type-wrap .panel dd li p{margin-top: 4px;font-size: 12px;}
.resource-type-wrap .panel dd li h3,.resource-type-wrap .panel dl dt h2{font-weight: bold;}
}
@media only screen and (max-width:414px) {
.honor_slider .honor_but div{top:90px;}
}
@media only screen and (max-width:375px) {
.honor_slider .honor_but div{top:80px;}
}
@media only screen and (max-width:320px) {
.honor_slider .honor_but div{top:70px;}
}

/*å…³äºŽæˆ‘ä»¬*/
.about_cont{padding-bottom: 0;}
.about_cont01{position: relative;overflow: hidden;}
.about_img{width: 52%;height: 100%;position: absolute;right: 0;top:0;}
.about_img img{width: 100%;height:100%;}
.about_img em{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:url(../image/about_bg.png) no-repeat;background-size:100% 100%;}

.about_cont01 .wrap{height: 100%}
.about_intr{width: 42%;height: 100%}
.about_intr h3{margin-bottom: 30px;}
.about_edit,.about_edit .edit_con_original{color: #84888d;}
.about_edit{margin-bottom: 60px;height: calc(100% - 220px);overflow: hidden;}

.about_cont .profile_02{padding: 80px 0;}
.about_cont02{padding: 110px 0;padding-bottom: 40px; background:#e8ecf4;overflow: hidden;}

.about_top{overflow: hidden;padding-bottom: 80px;border-bottom:1px solid #9b9b9b;}
.about_top .left{float: left;width: 320px;}
.about_top .left h3{margin-bottom: 10px;}
.about_top .right{float: right;width: calc(100% - 380px)}
.about_top .right ul{overflow: hidden;margin: 0 -15px;}
.about_top .right li{float: left;width: 26.5%;height: 230px;cursor: pointer;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.about_tbox{margin: 0 15px;height: 100%;box-sizing:border-box;padding: 40px;border:6px solid #c2a087;}
.about_tbox h3{margin-bottom: 5px;}
.about_tbox p{margin-bottom: 50px;}

.about_top .right li.on{width: 47%;}
.about_top .right li.on .about_tbox{border-color: transparent;background:url(../image/about_img_07.jpg) no-repeat;background-size: 100% 100%;}
.about_top .right li.on h3,.about_top .right li.on p{color: #fff;}
.about_top .right li.on .pubjia{background: #fff;color: #003c82 !important;}

.about_slider{position: relative;}
.about_slider .swiper-container{padding: 80px 0;}
.about_slider dl{margin: 0;}

.about_cont03{position: relative;}
.about_cont03 img{width: 100%;}
.about_bg{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:url(../image/about_bg2_02.png) no-repeat;background-size: 100% 100%;}
.about_idea{position: absolute;top:24%;right: 0;color: #fff;width: 100%;}
.about_idea_box{width:40%;float: right;text-align: right;}
.about_idea_box h3{margin-bottom: 20px;}
.about_idea_box p{max-height: 120px; -webkit-line-clamp: 4;margin-bottom: 50px;}

.about_cont04{padding-bottom: 0;}
.about_cont04 .honor_but div{margin-top: 0;top:10px;}
@media only screen and (max-width:1440px) {
.about_intr h3{margin-bottom: 20px;}
.about_edit{margin-bottom: 50px;height: calc(100% - 150px);}

.about_cont .profile_02{padding-bottom: 40px;}
.about_cont02{padding-top:80px;}
.about_slider .swiper-container{padding: 60px 0;}
.about_top{padding-bottom: 60px;}

.about_tbox{margin: 0 10px;padding:30px;}
.about_top .right ul{margin: 0 -10px;}
.about_top .right li{width: 28.5%;height: 210px;}
.about_top .right li.on{width: 43%;}


}
@media only screen and (max-width:1366px) {
.about_tbox{padding:30px 20px;}
}
@media only screen and (max-width:1024px) {
.about_cont02{padding: 50px 0;padding-bottom: 20px;}
.about_cont .profile_02{padding: 40px 0;padding-bottom: 0;}
.about_cont01{height: auto !important;}
.about_edit{margin-bottom: 30px;height: auto;}
.about_img{position: relative;width: 100%;margin-bottom: 20px;}
.about_intr{width: 100%;}
.about_top .left{float: none;width: 100%;margin-bottom: 30px;}
.about_top .right{float: none;width: 100%;}
.about_top{padding-bottom: 50px;}
.about_slider .swiper-container{padding: 50px 0;}
.about_idea p{max-height: 96px;}
.about_idea_box p{margin-bottom: 30px;}
.about_idea{top:10%;}
}
@media only screen and (max-width:767px) {
.about_intr h3{margin-bottom: 10px;}
.about_edit{margin-bottom: 20px;}
.about_cont02{padding:30px 0;}
.about_top{padding-bottom: 20px;}
.about_slider .swiper-container{padding: 20px 0;}
.about_top .right li,.about_top .right li.on{width: 33.33%;height:140px;}
.about_tbox{margin: 0 2px;padding:10px;border-width: 2px;}
.about_top .right ul{margin: 0 -2px;}
.about_tbox p{margin-bottom: 20px;}
.about_top .left{margin-bottom: 20px;}
.about_idea{position: static;    color: #202f45;padding-top: 20px;}
.about_idea_box{width: 100%;float: none;text-align: left;}
.about_bg{display: none;}
.about_idea .index_more a{    background: #003b83;color: #fff;}
.about_idea_box p{margin-bottom: 20px;}
.about_idea_box h3{margin-bottom: 10px;}
}

@media only screen and (min-width:1025px) {
.notice_list dl,.liaison_btn button,.team_list dd h3{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.notice_list dl:hover{background: #003c82;}
.notice_list dl:hover dt{color: #fff;}
.notice_list dl:hover h3 a{color: #fff !important;}
.notice_list dl:hover .index_news_time{color: #fff !important;}
.notice_list dl h3 a:hover{opacity: 0.8 !important;}


.govern_list dl,.faq_list li dt em{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.govern_list dl:hover{background: #003c82;}
.govern_list dl:hover dt{color: #fff;}
.govern_list dl:hover h3 a{color: #fff !important;}
.govern_list dl:hover .down_govern a{color: #fff !important;}
.govern_list dl h3 a:hover,.govern_list dl .down_govern a:hover{opacity: 0.8 !important;}

.liaison_02 p a{color: #fff !important;cursor: default;}
.liaison_btn button:hover{color: #fff !important;opacity: 0.8 !important;}

.faq_list li dt em:hover{background:#003c82 url(../image/jia.png) no-repeat center center; opacity: 0.8;}
.faq_list li.on dt em:hover{background:#003c82 url(../image/jian.png) no-repeat center center;}

.in_more a:hover{opacity: 0.8;}
.investor_02 .right li:last-child .in_more a:hover{color: #fff !important;}
.news_pub_tab li.on a:hover{color: #fff !important;}

.pubjia:hover{color: #fff !important;opacity: 0.8;}
.team_list dd h3:hover{opacity: 0.8;}

.team_tac .left img{width: 100%;height:100% !important;}

.resource-type-wrap .panel dl{position: relative;}
.resource-type-wrap .panel dl:hover{border-color:#c69f82;}
.resource-type-wrap .panel dl:after{content:"";position: absolute;left: 0;top:0;width: 100%;height: 100%;box-sizing:border-box;border:5px solid #c69f82;visibility: hidden;opacity: 0;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.resource-type-wrap .panel dl:hover:after{visibility:visible;opacity: 1;}


}



/*å‘å±•åŽ†å²ä¸Š*/
.about_histop{padding-bottom: 100px;}
.about_hisslider{position: relative;}
.about_hisslider h2{color: #3e4247;}
.about_hisslider p{color: #c5c5c5;}
.about_hisslider dl{padding: 0 100px;}
.about_hisslider dl{overflow: hidden;}
.about_hisslider dt{float: left;text-align: center;width: 164px;}
.about_hisslider dt img{width: 100%;}
.about_hisslider dd{float: right;width: calc(100% - 190px)}
.about_hisslider h2{font-family:"Arial"}
.about_hisslider h3{margin-bottom: 5px;}

.h_line{position: absolute;top:0; left:50%;height: 100%;width: 1px;background:#cbcbcb;}
@media only screen and (max-width:1520px){
.about_histop{padding-bottom: 60px;}
.about_hisslider dl{padding: 0 50px;}
}
@media only screen and (max-width:1024px){
.about_histop{padding-bottom: 0;padding-top: 40px;}
.about_hisslider dl{padding: 0 40px;}
.about_hisslider dt{width: 150px;}
.about_hisslider dd{width: calc(100% - 160px)}
}
@media only screen and (max-width:767px){
.h_line{display: none;}
.about_histop{padding-top: 0;text-align: center;}
.about_hisslider dt{float: none;margin:auto;margin-bottom: 10px;}
.about_hisslider dd{float: none;width: 100%;}
}

/*å‘å±•åŽ†å²ä¸‹*/
.about_history{position: relative;}
.but_year{display: none;}
.history_year{position: relative; background: url(../image/about_hisbg.png) no-repeat 0 bottom;width: 850px;height: 300px;margin: auto;    padding-top: 70px; overflow: hidden;}
.history_year .leftbox{width:300px;height:850px; margin:auto;}
.history_year .leftbox .swiper-container{height: 100%;width: 100%}
.history_year a{color: #c5c5c5;display: block;margin: auto;width:100%; height: 100%; line-height: 110px; text-align: center;position: relative;opacity: 0;transform-origin:50% 50%;}
.history_year .leftbox .swiper-slide i{width: 23px;height: 23px;/*background: url(../images/history_icon.png) no-repeat center center;*/display: block;display: none; position: absolute;  top:98px;  left: 50%;margin-left: -8px;}
.history_year .leftbox .swiper-slide em{display: none;position: absolute;top:-15px;left: 0;color: #e3254c;width: 100%;text-align: center;line-height: 30px; font-family: "Arial"; text-transform: uppercase; font-weight: bold;}
.history_year .leftbox .swiper-slide-active i{display: block;}

@media only screen and (min-width:1025px){
.history_year .leftbox .swiper-slide-active a{font-size:72px;font-size:54px;opacity: 1; color: #202f45;}

.history_year .leftbox a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;font-size: 36px;}
.history_year .leftbox .prev_nth2Mode a{transform: rotate(62deg) translateX(17px) translateY(-30px);opacity: 1;}
.history_year .leftbox .next_nth2Mode a{transform: rotate(131deg)  translateX(-22px) translateY(-30px);opacity: 1;}
.history_year .leftbox .prev_nth3Mode a{transform: rotate(33deg) translateX(-48px) translateY(90px);opacity: 1;}
.history_year .leftbox .next_nth3Mode a{transform: rotate(152deg) translateX(54px) translateY(90px);opacity: 1;}
.history_year .leftbox .prev_nth4Mode a{transform: rotate(-80deg) translateX(-126px) translateY(-143px);}
.history_year .leftbox .next_nth4Mode a{transform: rotate(80deg) translateX(-214px) translateY(162px);}
.history_year .leftbox .prev_nth5Mode a{transform: rotate(-25deg) translateX(-65px);opacity: 1;}
.history_year .leftbox .next_nth5Mode a{transform: rotate(25deg) translateX(-65px) translateY(20px);opacity: 1;}
.history_year .leftbox .prev_nth6Mode a{transform: rotate(-30deg) translateX(-99px);opacity: 1;}
.history_year .leftbox .next_nth6Mode a{transform: rotate(30deg) translateX(-99px) translateY(20px);opacity: 1;}


.history_year .swiper-button-prev{background:none !important; width: 28px;height: 52px;line-height:50px;  position: absolute;left: 255px;top:0px;margin-top: 15px;}
.history_year .swiper-button-next{background:none !important;width: 28px;height: 52px;line-height:50px; position: absolute;right: 255px;top:0px;margin-top: 15px;}


.history_year .leftbox .swiper-container{padding-right: 150px;}
.history_year .leftbox .swiper-slide-active a{transform: rotate(90deg) translateX(-3px) translateY(-150px);}

.history_year .leftbox{transform: rotate(-90deg) translateX(275px); }


}


@media only screen and (max-width:1024px){

.history_year .leftbox .swiper-slide.on a{font-size:18px;opacity: 1; color: #3e3e3e;}


.history_year .leftbox .prev_nth2Mode a{transform: rotate(0deg) translateX(0)  translateY(0);}
.history_year .leftbox .next_nth2Mode a{transform: rotate(0deg) translateX(0)  translateY(0);}
.history_year .leftbox .prev_nth3Mode a{transform: rotate(0deg) translateX(0)  translateY(0);}
.history_year .leftbox .next_nth3Mode a{transform: rotate(0deg) translateX(0)  translateY(0);}
.history_year .leftbox .prev_nth4Mode a{transform: rotate(0deg) translateX(0)  translateY(0);}
.history_year .leftbox .next_nth4Mode a{transform: rotate(0deg) translateX(0)  translateY(0);}
.history_year .leftbox .prev_nth5Mode a{transform: rotate(0deg) translateX(0)  translateY(0);}
.history_year .leftbox .next_nth5Mode a{transform: rotate(0deg) translateX(0)  translateY(0);}
.history_year .leftbox .prev_nth6Mode a{transform: rotate(0deg) translateX(0)  translateY(0);}
.history_year .leftbox .next_nth6Mode a{transform: rotate(0deg) translateX(0)  translateY(0);}

.history_year .leftbox .swiper-slide-active a{transform: rotate(0deg) translateX(0px) translateY(0px);}
.history_year .leftbox{transform: rotate(0deg) translateX(0px); }
.history_year .leftbox .swiper-slide-active a{color: #000;}
.history_year,.history_year .leftbox{width: 100%;height: auto;}
.history_year .leftbox .swiper-container{padding-right: 0px;}
.history_year{padding-top:0;background: none;}
.history_year a{opacity: 1;}

.history_year .swiper-button-next.swiper-button-disabled,.history_year .swiper-button-prev.swiper-button-disabled{opacity: 0.5; cursor: pointer;     pointer-events: inherit;}
.history_year .swiper-button-next.disabled,.history_year .swiper-button-prev.disabled{opacity: 0.35; cursor: default;}
.history_year .leftbox .swiper-slide-active i{display: none;}
.history_year a{line-height: 32px;}

.history_year .swiper-button-prev{background: none; width: 28px;height:28px;line-height: 28px; position: absolute;left:0px;top:50%;margin-top: -14px; background-size: cover;}
.history_year .swiper-button-next{background: none;width: 28px;height:28px;line-height: 28px;position: absolute;right:0px;top:50%;margin-top: -14px;background-size: cover;}
.history_cont{margin-bottom: 0;}
.about_history{position: relative;padding:60px 0;}
.history_year{padding: 0 30px;  box-sizing: border-box; position: absolute;top:0;left:3%;width: 94%;}


}
@media only screen and (max-width:767px){
.about_history{padding:50px 0;}

.history_year .leftbox .swiper-slide.on a{font-size: 14px;}
.history_year .swiper-button-next,.history_year .swiper-button-prev{width: 20px;height: 20px;margin-top: -10px;}
}


/*å‘å±•åŽ†å²ä¸‹*/
.contact_cont{padding-bottom: 0;}
.contact_01{overflow: hidden;height: 580px;margin-bottom: 70px;}
.contact_01 .left,.contact_01 .right{height: 100%;float: left;}
.contact_01 .right{width: 490px;background:#043c8e url(../image/c_bg.jpg) no-repeat;background-size:100% 100%;box-sizing:border-box;padding:60px;padding-left: 80px;color:#fff;} 
.contact_01 .right a{color: #fff;}
.contact_01 .left{width: calc(100% - 490px);}
.contact_01 .right h2{margin-bottom: 40px;}
.contact_01 .right h2 img{width: 185px;}
.contact_01 li{margin-bottom: 30px;}
.contact_01 li:last-child{margin-bottom: 0;}
.contact_01 dl{overflow: hidden;}
.contact_01 dt{width: 45px;float:left;font-size: 20px;}
.contact_01 dd{width: calc(100% - 45px);float: right;}
.contact_01 h3{margin-bottom: 10px;}

#map{width: 100%;height: 100%;}


.contact_02 p,.contact_02 p a{color:#84888d;}
.contact_02 p i{color: #003b83;}

.contact_02 ul{overflow: hidden;margin: 0 -12px;}
.contact_02 li{float: left;width: 33.33%;margin-top: 50px;}
.contact_02 dl{margin: 0 12px;padding: 0 25px; border-bottom:2px solid #9b9b9b;padding-bottom: 10px;}
.contact_02 dt{margin-bottom: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.contact_02 dd{line-height: 24px;height: 120px;overflow: hidden;}
.contact_02 dd p{margin-bottom: 12px;overflow: hidden;}
.contact_02 dd p i{float: left;width: 20px;}
.contact_02 dd p em{float: right;width: calc(100% - 30px)}

.contact_02 dd p:last-child{margin-bottom: 0;}
.contact_02 .icon-xiazai{font-weight:bold;}

@media only screen and (max-width:1440px){
.contact_01 .right{padding: 50px;}
.contact_01{height: 530px;}
.contact_02 dd{height: 144px;}
}
@media only screen and (max-width:1024px){
.contact_01{height: auto;}
.contact_01 .left,.contact_01 .right{float: none;width: 100%}
.contact_01 .left{height: 300px;}
.contact_01 li{margin-bottom:20px;}
.contact_01{margin-bottom: 50px;}
.contact_02 li{margin-top: 30px;}
.contact_02 dt{margin-bottom: 20px;}

.contact_02 li{width: 50%;}
}
@media only screen and (max-width:767px){
.contact_01 .right{padding:30px 20px;}
.contact_01 .right h2{margin-bottom: 20px;}
.contact_01 .right h2 img{width:150px;}
.contact_01 .left{height: 200px;}
.contact_01{margin-bottom: 30px;}
.contact_02 li{float: none;width: 100%;margin: 0; margin-bottom: 20px;}
.contact_02 dl{padding:0;padding-bottom: 20px;margin: 0;border-width: 1px;}
.contact_02 dd{height: auto;}
.contact_02 ul{margin: 0;padding-top: 20px;}
.contact_02 li:last-child{margin-bottom: 0;}
.contact_02 dd p em{    width: calc(100% - 20px);}
.contact_01 dt{width: 20px;font-size: 18px;}
.contact_01 dd{width: calc(100% - 30px);}
}

/*äººæ‰ç†å¿µ*/
.talent_01{padding: 70px 0 60px 0;}
.talent_01 h3{margin-bottom: 20px;line-height: 1.3em;}
.talent_edit,.talent_edit .edit_con_original{line-height: 28px;color: #84888d;}

.talent_02{background:#e8ecf4;padding:50px 0 20px 0;overflow: hidden;}
.talent_02 ul{margin: 0 -40px;}
.talent_02 li{float: left;width: 25%;margin-bottom: 80px;}
.talent_02 dl{margin: 0 40px;position: relative;background:#fff;box-shadow: 0 0 10px rgb(0 0 0 / 20%);padding:20px;overflow:hidden;}
.talent_02 dl dt{text-align: center;}
.talent_02 dl dt h3{height: 56px;-webkit-line-clamp: 2;}
.talent_02 dd{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgb(5,64,132,0.9);color: #fff;box-sizing:border-box;padding:70px 30px}
.talent_02 dd h3{text-align:center;margin-bottom: 20px;line-height: 24px;}
.talent_02 dd p{height: calc(100% - 44px);overflow: hidden;}
.talent_img{margin-bottom: 10px;}

.talent_03{padding: 70px 0 80px 0;}
.talent_03 ul{overflow: hidden;margin: 0 -20px;}
.talent_03 dl{margin: 0 20px;position: relative;}
.talent_03 li{float: left;width: 50%;margin-bottom: 40px;}
.talent_03 dt{position: relative;}
.talent_03 dt em{position: absolute;display: block;z-index: 2;}
.talent_03 dd{position: absolute;left: 0;bottom: 0;width: 100%;box-sizing:border-box;color: #fff;padding: 40px;z-index: 2;}
.talent_03 dd h3{margin-bottom: 10px;}

@media only screen and (max-width:1440px){
  .talent_03{padding: 70px 0;}
 .talent_02 dl{margin: 0 30px;}
 .talent_02 ul{margin: 0 -30px;}
 .talent_02 li{margin-bottom: 60px;}
 .talent_02 dd{padding:40px 20px;}
 .talent_03 dd{padding: 30px;}
}
@media only screen and (max-width:1366px){
 .talent_02 dl{margin: 0 20px;}
 .talent_02 ul{margin: 0 -20px;}
 .talent_02 li{margin-bottom: 40px;}
 
}
@media only screen and (max-width:1024px){
  .talent_03{padding: 50px 0;}
  .talent_02{padding-bottom: 40px;}
  .talent_02 dl dt h3{max-height:48px;}
  .talent_01{padding: 50px 0;}
  .talent_02 dd{position: static;    box-sizing: border-box;height: 200px;}
  .talent_02 dl dt h3{display: none;}
  .talent_02 dd{background:none;    color: #202f45;}
  .talent_02 dl{padding: 0;padding-bottom: 20px;}
  .talent_02 dd{padding: 20px 10px;padding-bottom:0;overflow: hidden;}
  .talent_02 dd h3{margin-bottom: 10px;font-weight: bold;}
  .talent_img{margin-bottom: 0;}
  .talent_02 dl{margin: 0 10px;}
 .talent_02 ul{margin: 0 -10px;}
 .talent_02 li{margin-bottom: 20px;}
  .talent_03 dd{padding: 20px;}
  .talent_03 ul{margin: 0 -10px;}
.talent_03 dl{margin: 0 10px;}
.talent_03 li{margin-bottom: 20px;}
}
@media only screen and (max-width:767px){
  .talent_01,.talent_02,.talent_03{padding: 30px 0;}
  .talent_02 dl dt h3{max-height:48px;}
.talent_02 li{float: none;width: 100%;}
.talent_img img{width: 230px;max-width: 90%;}
.talent_02 dd{height: auto;padding:20px;}
.talent_02 dl{padding-bottom: 0;}
.talent_02 li:last-child{margin-bottom: 0}
  .talent_03 ul{margin: 0 ;}
.talent_03 dl{margin: 0 ;}
.talent_03 li{margin-bottom: 10px;width: 100%;float: none;}
.talent_01 h3{margin-bottom: 10px;}
}


/*å‘˜å·¥ç”Ÿæ´»*/
.life_01,.life_02{padding: 50px 0 130px 0;}
.life_02{padding-bottom: 120px;}
.life_01{background:#e8ecf4;}
.life_02 ul{position: relative;}
.life_02 dt{position: relative;}
.life_02 dt em{position: absolute;display: block;z-index: 2;}
.life_02 dl{position:relative;}
.life_02 dd{position: absolute;top:0;left: 0;width: 100%;height:100%;z-index: 2;}
.life_02 dd a{display: block;color: #fff !important;width: 100%;height: 100%;}
.life_text{width:100%;text-align: center;}
.life_text span{font-size: 40px;margin-bottom:15px;display: block;}
.life_02 li{position: absolute;width: 45.7%;height: 48.6%; right: 0;top:0;}
.life_02 li:nth-child(1){right: auto; top:0;left: 0;width: 53%;height: 100%;}
.life_02 li:nth-child(2){top:auto;bottom: 0;}
.life_active{position: relative;}
@media only screen and (max-width:1440px){
.life_01,.life_02{padding: 50px 0 80px 0;}
.life_02{padding-bottom: 80px;}
}
@media only screen and (max-width:1024px){
.life_01,.life_02{padding: 50px 0 50px 0;}
.life_02{padding-bottom: 50px;}
.life_text span{font-size: 30px;}
}
@media only screen and (max-width:767px){
.life_01,.life_02{padding: 30px 0;}
.life_02{padding-bottom: 50px;}
.life_text span{font-size: 20px;margin-bottom: 5px;}

.life_02 ul{height: auto !important;}
.life_02 li{position: static;width: 100% !important;margin-bottom: 10px;}
.life_02 li:last-child{margin-bottom: 0;}

.life_active .honor_but div{margin-top: -42px;}
}

/*èŒä¸šå‘å±•*/
.career_intr{padding: 50px 0 40px 0}
.career_intr dl{overflow: hidden;background:#0062b1;color: #fff;}
.career_intr dt,.career_intr dd{width: 50%;height: 100%;float: left;box-sizing:border-box;}
.career_intr dd{padding: 80px 60px;overflow: hidden;}
.career_intr dd h2{margin-bottom: 30px;}
.career_intr dd p{margin-bottom: 30px;height: calc(100% - 150px);overflow: hidden;}

.career_01{position: relative;}
.carrer_bg{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:url(../image/career_bg.png) no-repeat;background-size: 100% 100%;}
.career_01 .career_box{position: absolute;top:29%;left: 0;width: 100%;color: #fff;}
.career_01 h3{margin-bottom: 20px;}
.career_01 p{margin-bottom: 70px;}

@media only screen and (max-width:1660px){
.career_intr dd{padding: 50px;}
}
@media only screen and (max-width:1440px){
.career_intr dd{padding: 40px;}
.career_intr{padding-bottom: 20px;}
.career_01 p{margin-bottom: 50px;}
}
@media only screen and (max-width:1280px){
.career_intr dd{padding: 20px;}

}
@media only screen and (max-width:1024px){
.career_intr dd{padding: 20px;}
.career_intr{padding-bottom: 0px;padding-top: 30px;}
.career_intr dd h2{margin-bottom: 20px;}
.career_01 p{margin-bottom: 30px;}
.career_intr dd p{height: calc(100% - 100px);margin-bottom: 20px;}
}
@media only screen and (max-width:767px){
.career_intr dl{height: auto !important;}
.career_intr dt,.career_intr dd{float: none;width: 100%;}
.career_intr dd{padding: 30px 20px;}
.career_intr dd h2{margin-bottom: 10px;font-weight: bold;}
.career_intr{padding-top: 20px;}

.career_01 h3{margin-bottom: 10px;}
.career_01 p{margin-bottom: 10px;}
.career_01 .career_box{top:10%;}
.carrer_bg{background:rgba(0,0,0,0.1) url(../image/career_bg.png) no-repeat;background-size: 100% 100%;}
}

@media only screen and (min-width:1025px){
.talent_02 dd{transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.contact_01 a:hover{color: #fff !important;opacity: 0.8;}
.contact_01 .tel_link:hover{color: #fff !important;cursor: default;opacity: 1;}
.talent_02 dd{visibility: hidden;opacity: 0;-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-o-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%);}
.talent_02 dl:hover dd{visibility: visible;opacity: 1;-webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}

.life_slider .honor_but div{opacity: 0.4;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.life_slider .honor_but div:hover{opacity:1;}
}



.life_slider{position: relative;overflow: hidden;}
.life_slider li,.life_slider .swiper-pagination{width: 49.5%;}
.life_slider dl{overflow: hidden;position: relative;background:#fff;}
.life_slider dt{float: right;width:calc(100% - 200px);}
.life_slider dd{float: left;width:200px;height: 100%; position: absolute;left: 0;top:0;}
.life_slider dd h3{position: absolute;left: 0;bottom: 0;width: 100%;box-sizing:border-box;}
.life_slider dd h3 p{padding: 40px;padding-bottom: 90px;}

.life_slider .swiper-slide-next dt{float: none;}
.life_slider .swiper-slide-next dd{display: none;}



.life_slider .honor_but div.swiper-button-prev{left: 18%;}
.life_slider .honor_but div.swiper-button-next{right: 18%;}
.swiper_page{position: absolute;left: 0;bottom: 45px;width: 100%;z-index: 9;font-size: 20px;}
.swiper_page .swiper-pagination{position: static;margin: auto;text-align: left;color:#000;}
.swiper_page .swiper-pagination-current{font-size: 24px;color: #003c82;margin-left: 40px;}
.swiper_page .swiper-pagination-total{font-size: 14px;}

.nocur .life_slider li{margin: auto;width: 940px;max-width: 100%;}

.index_more_center{text-align: center;padding-top: 40px;}

@media only screen and (max-width:1520px){
.life_slider dd h3 p{padding: 20px;padding-bottom: 90px;}
.swiper_page .swiper-pagination-current{margin-left: 20px;}
}
@media only screen and (max-width:1440px){
.life_slider dt{float: right;width:calc(100% - 160px);}
.life_slider dd{float: left;width:160px;}
.life_slider dd h3 p{padding-bottom: 70px;}
.swiper_page{bottom: 30px;}
}

@media only screen and (max-width:1024px){
.life_01{padding-bottom: 60px;}
.life_01.nocur{padding-bottom: 60px;}
.life_slider dt{float: right;width:calc(100% - 160px);}
.life_slider dd{float: left;width:160px;}
.life_slider dd h3 p{padding-bottom: 70px;}
.swiper_page{bottom: 30px;}
.life_slider li{text-align: center;}
.life_slider dt{float: none;width: 100%;}
.life_slider dd{ position: absolute;float: none;width: 100%;height: auto;top:auto;bottom: 0;/*background: rgba(0,0,0,0.5);*/color: #fff;}
.life_slider dd h3{position: static;}
.life_slider dd h3 p{padding: 10px;}
.life_slider li, .life_slider .swiper-pagination{width: 100%;}
.life_slider{overflow: inherit;}
.swiper_page{bottom: -32px;}
.swiper_page .swiper-pagination{text-align: center;}
.life_slider .honor_but div.swiper-button-prev{left: 5px;}
.life_slider .honor_but div.swiper-button-next{right: 5px;}
.swiper_page .swiper-pagination-current{font-size: 20px;}

.index_more_center{text-align: center;padding-top: 30px;}
.life_01 .index_more_center{padding-top:70px;}
.life_01.nocur .index_more_center{padding-top:30px;}
}
@media only screen and (max-width:767px){
  .life_01{padding-bottom: 40px;}
  .life_01.nocur{padding-bottom: 40px;}
}


/*æˆé•¿æ¿€åŠ±*/
.growth_title{text-align: center;color:#003d82;}
.growth_title h3{display: inline-block;position: relative;}
.growth_title h3 i{width: 200px;height: 1px;background:#d6d9e1;position: absolute;top:50%;}
.growth_title h3 .i01{left:-230px;}
.growth_title h3 .i02{right:-230px;}

.growth_fixd .pub_tab3{border:0;}
.growth_fixd .news_pub_tab li a{margin:0 30px;width: 180px;}

.growth_cont{padding-top: 20px;}
.growth_01{line-height: 46px;text-align: center;padding:20px 0 50px 0;}
.growth_02{position: relative;overflow: hidden;}
.growth_img{position: absolute;top:0;left: 0; width: 50%;height: 100%;}
.growth_miss{height: 100%;box-sizing:border-box;border-top:1px solid #b6b6b6;overflow: hidden;}
.growth_miss .wrap{height: 100%}
.growth_miss_in{height: 100%;width: 45.2%;float: right;padding:60px 0;box-sizing:border-box;}
.growth_miss_in h2 img{width: 255px;}
.growth_miss_in h2{margin-bottom: 30px;}
.growth_miss_in h3{margin-bottom: 30px;}
.growth_edit {height:calc(100% - 200px);overflow: hidden;}

.growth_03{}
.growth_03 ul{overflow: hidden;margin: 0 -10px;padding: 80px 0;}
.growth_03 dl{margin: 0 10px;border-left:1px solid #cacdd4;}
.growth_03 li:first-child dl{border: 0;}
.growth_03 li{float: left;width: 25%;text-align: center;}
.growth_03 dt{position: relative;width: 92px;height:92px;margin: auto;border-radius:50%;border:1px solid #cacdd4;margin-bottom: 10px;}
.growth_03 dt img{width: 50px;height: 50px;}

.growth_04{background:#e7ebf0;padding: 50px 0;padding-bottom: 80px;}
.growth_04 li{float: left;width: 25%;}
.growth_04 ul{overflow: hidden;margin: 0 -25px;}
.growth_04 dl{margin: 0 25px;overflow: hidden;position: relative;}
.growth_04 dt{position: relative;overflow: hidden;}
.growth_04 dt em{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgba(0,61,130,0.4);}
.growth_04 dd{color: #fff;position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.growth_04 .a-m-c{box-sizing:border-box;padding: 0 20px;width: 100%;}
.growth_04 ul h3{width: 100%;text-align: center;line-height: 34px;height: 68px;
    display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.growth_line{display: block; width: 40px;height: 5px;background:#fff;margin: auto;margin-top: 25px;}
.growth_04 dd p{height:calc(100% - 120px); margin-top: 20px;overflow: hidden;line-height: 26px;}
.growth_fixed{position: absolute;top:0;left: 0;width: 100%;box-sizing:border-box;padding:40px 30px;height: 100%;overflow: hidden;}
.growth_fixed ul h3{padding: 0;}

.growth_life{text-align: center;margin-top: -10px;}
.growth_05{padding: 50px 0 90px 0;}
.growth_07{overflow: hidden;padding:50px 0;}
.growth_08{margin-bottom: 60px;}
.growth_09{margin-bottom: 80px;}
.growth_10{padding: 50px 0 75px 0;background:#e8ecf4;}
.growth_11{padding:50px 0 130px 0;}

.growth_staff ul{margin: 0 -10px;}
.growth_staff li{float: left;width: 33.33%;margin-bottom: 20px;}
.growth_staff dl{margin:0 10px;padding: 40px 35px; box-shadow: 0 0 20px rgb(0 0 0 / 20%);}
.growth_staff dd{line-height: 26px;height:182px; overflow: hidden;} 
.growth_staff dt{overflow: hidden;border-bottom:1px solid #e7ebf0;padding-bottom: 30px;margin-bottom: 30px;}
.growth_staff dt span{width: 85px;height: 85px;overflow: hidden;border-radius:50%;float: left;}
.growth_staff dt span img{width: 100%;height: 100%;}
.growth_staff dt h3{float: right;width: calc(100% - 110px);margin-top: 25px;line-height: 1.2em;}

.growth_10 .growth_life{margin-bottom: 30px;}
.growth_type{position: relative;}
.swiper_page02{text-align: center;padding-top: 20px;display: none;}
.swiper_page02 .swiper-pagination{position: static;}
.swiper_page02 span{background:#003d82;opacity: 0.4;margin:0 5px;}
.swiper_page02 span.swiper-pagination-bullet-active{opacity: 1;}

.growth_11 .growth_title{margin-bottom: 30px;}
.growth_per_t{margin-bottom: 25px;}
.growth_per_t dl{overflow: hidden;}
.growth_per_t dt,.growth_per_t dd{width: 50%;height:100%;box-sizing:border-box; }
.growth_per_t dt{float: right;}
.growth_per_t dd{float: left;border:1px solid #e7ebf0;padding:60px 70px;}
.growth_per_t dd h3{margin-bottom: 20px;}
.scoll_p {height: calc(100% - 75px);overflow: hidden;}

.growth_phone{display: none;}
.growth_phone img{width: 100%;}

.growth_per_b{padding: 150px 0;position: relative;}
.growth_ex{width: 1100px;max-width: 90%;margin: auto; color: #fff;position: relative;z-index: 2;}
.growth_ex h3{text-align: center;margin-bottom: 30px;}
.growth_ex_edit{line-height: 22px;}

.growth_fixd_fixed .growth_fixd{width: 100%; position: fixed;top:100px;left: 0;background:#fff;    box-shadow: 0 0 10px rgb(0 0 0 / 30%);z-index: 999;}
.growth_fixd_fixed .growth_fixd .pub_tab3{padding:10px 0;}


.growth_train dl{overflow: hidden;}
.growth_train dt,.growth_train dd{float: left;width: 50%;box-sizing:border-box;}
.growth_train dd{border:1px solid #e7ebf0;}
.growth_train dt{position: relative;}
.growth_train_box{position: absolute;left: 0;top:0;width: 100%;height: 100%;box-sizing:border-box;padding: 60px 70px;color: #fff;z-index: 3;}
.growth_train_box h3{margin-bottom: 20px;}
.growth_train_box p{height: calc(100% - 70px);overflow: hidden;}

.growth_09 dl{overflow: hidden;margin-bottom: 60px}
.growth_09 dt{float: left;width: 50%;height: 100%; position: relative;}
.growth_09 dd{float: right;width: 49.3%;height: 100%;}

.growth_09 dl:nth-child(2n) dt{float: right;}
.growth_09 dl:nth-child(2n) dd{float: left; }
.growth_09 dl:first-child dt .blank_30{display: none;}

.growth_09 .blank_30{display: block;position: absolute;z-index: 2;}


@media only screen and (max-width:1660px){
.growth_miss_in{padding:40px 0;}
.growth_miss_in h3,.growth_miss_in h2{margin-bottom: 20px;}
.growth_edit {height:calc(100% - 180px);}
.growth_per_t dd{padding:50px;}
.growth_train_box{padding: 40px;}
}
@media only screen and (max-width:1440px){
.growth_11{padding:50px 0 80px 0;}
.growth_line,.growth_04 dd p{margin-top: 20px;}
.growth_04 ul{margin: 0 -15px;}
.growth_04 dl{margin: 0 15px;}
.growth_train_box{padding:30px;}


}
@media only screen and (max-width:1660px){
.growth_miss_in{padding:30px 0;}
.growth_miss_in h2 img{width: 220px;}
.growth_fixed{padding: 30px;}
}
@media only screen and (max-width:1440px){
.growth_per_b{padding: 100px 0;}
.growth_staff dt{padding-bottom: 20px;margin-bottom: 20px;}
.growth_staff dl{padding: 30px;}
.growth_staff dd{height: 208px}
}
@media only screen and (max-width:1280px){
.growth_fixed{padding:20px;}
.growth_line, .growth_04 dd p{margin-top: 15px;}
.growth_line{height: 3px;}
.growth_04 dd p {height: calc(100% - 100px);}
.growth_04 ul{margin: 0 -10px;}
.growth_04 dl{margin: 0 10px;}
}
@media only screen and (max-width:1024px){
.growth_fixd_fixed .growth_fixd{top:55px;}
.growth_04,.growth_05,.growth_08,.growth_09,.growth_10,.growth_11{padding: 50px 0;}
.growth_09{padding: 0;margin-bottom: 50px;}
.growth_title h3 i{width: 100px;}
.growth_title h3 .i01{left:-130px;}
.growth_title h3 .i02{right:-130px;}

.growth_fixd .pub_tab3 ul{width: 500px;}
.growth_fixd .news_pub_tab li a{margin:0;width: 100%;}
.growth_01{line-height: 30px}
.growth_02{height: auto !important;}
.growth_img{position: static; width: 100%;}
.growth_miss{border: 0;}
.growth_miss_in{width: 100%;float: none;padding-bottom: 0;}
.growth_03 ul{padding: 50px 0;}
.growth_04 dd{position: static;}
.growth_04 .a-m-c{display: none;}
.growth_fixed{position: static;padding: 0;}
.growth_04 dd{color: #333;padding: 0;}
.growth_04 dt{margin-bottom: 10px;}
.growth_04 dt em{display: none;}
.growth_line{background:#003c82;}
.growth_04 ul h3{line-height: 24px;height: 48px;}
.growth_staff dt span{width: 60px;height: 60px;}
.growth_staff dt h3{width: calc(100% - 80px);    margin-top: 16px;}
.growth_staff dl{padding: 20px;}
.growth_per_t dd h3{margin-bottom: 10px;}
.growth_per_t dd{padding:30px;}
.scoll_p{height: calc(100% - 50px);}
.growth_per_b{padding: 70px 0;}
.growth_ex h3{margin-bottom: 20px;}
.growth_train_box{padding:30px;}
.growth_09 dl:first-child dt .blank_30{display: block;}
.growth_09 dl{margin-bottom: 40px;}
}
@media only screen and (max-width:767px){
.growth_04,.growth_05,.growth_07,.growth_08,.growth_09,.growth_10,.growth_11{padding: 30px 0;}
.growth_09{padding: 0;margin-bottom: 30px;}
.growth_11{padding-bottom: 50px;}
.growth_title h3 i{width: 50px;}
.growth_title h3 .i01{left:-70px;}
.growth_title h3 .i02{right:-70px;}

.growth_fixd .pub_tab3 ul{width: 100%;}
.growth_01{text-align: left;padding: 10px;padding-bottom: 30px;}
.growth_miss_in{padding-top: 20px;}
.growth_miss_in h3, .growth_miss_in h2{margin-bottom: 10px;}
.growth_03 li{width: 50%;margin-bottom: 20px;}
.growth_03 li:nth-child(2n+1){clear: both;}
.growth_03 dl{border: 0;}
.growth_03 ul{padding: 30px 0;}
.growth_04 li{float: none;width: 100%;margin-bottom: 20px;}
.growth_04 ul{margin: 0;}
.growth_04 dl{margin: 0;}
.growth_line, .growth_04 dd p{margin-top: 10px;}
.growth_04 li:last-child{margin-bottom: 0;}
.growth_life{text-align: left;}
.growth_10 .growth_life{margin-bottom: 20px;}

.growth_staff ul{margin: 0 ;}
.growth_staff li{width: 100%;float: none;}
.growth_staff dl{margin:0 ;}
.growth_staff dd{height: auto;}
.growth_staff li:last-child{margin-bottom: 0;}
.growth_per_t dt,.growth_per_t dd{float: none;width: 100%;}
.growth_per_t dl{height: auto !important;}
.growth_per_t dd{padding: 20px 10px;}
.growth_ex h3{margin-bottom: 10px;}
.growth_per_b{padding: 0;background: none !important;}
.growth_phone{display: block;margin-bottom: 10px;}
.growth_per_b .blank_17{display: none;}
.growth_ex{color: #333;width: 100%;max-width: 100%;}
.growth_per_t{margin-bottom: 20px;}
.growth_train dt,.growth_train dd{float: none;width: 100%;}
.growth_train_box h3{margin-bottom: 10px;}
.growth_train_box p{height: calc(100% - 35px)}
.growth_train_box{padding: 20px;}
.growth_09 dl{margin-bottom: 20px;height:auto !important;}
.growth_09 dt,.growth_09 dd{float: none;width: 100%;}
.growth_09 dt{margin-bottom: 10px;}
.growth_09 dl dt .blank_30{display: none !important;}
.growth_09 .growth_train_box{position: static;color: #333;padding: 0;padding-bottom: 10px;}

}

@media only screen and (min-width:1025px){
.growth_03 dl dt,.sitemap dl,.search_form button,.search_list li{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.growth_03 dl:hover dt{box-shadow: 0 0 16px rgb(0 0 0 / 30%);}
.growth_03 dl:hover dd{color: #003c82;}

.growth_fixed,.growth_04 dt em,.growth_04 dl:hover .a-m-c{transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.growth_fixed{opacity: 0;visibility: hidden;-webkit-transform: translateY(100%); -moz-transform: translateY(100%);-o-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%);}

.growth_04 dl:hover dt em{background:rgba(0,61,130,0.9);}
.growth_04 dl:hover .a-m-c{opacity: 0;visibility: hidden;}

.growth_04 dl:hover .growth_fixed{opacity: 1;visibility: visible;-webkit-transform: translateY(0%); -moz-transform: translateY(0%);-o-transform: translateY(0%);-ms-transform: translateY(0%);transform: translateY(0%);}

.sitemap dd p a:hover{background:#003c82;color: #fff !important;}
.sitemap dl:hover{box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.search_form button:hover{opacity: 0.8}
.search_list li:hover{background:#003c82;border-color:#003c82;}
.search_list li:hover h3 a,.search_list li:hover .s_time,.search_list li:hover p,.search_list li:hover h3 em{color: #fff;}
.search_list li h3 a:hover{color: #fff !important;opacity: 0.8;}
.search_list li:hover .index_more a{background:#fff;color: #003c82 !important;}
}


/*ç½‘ç«™åœ°å›¾*/
.sitemap{padding-bottom: 0;}
.sitemap dl{overflow: hidden;padding: 20px 35px;line-height:42px;}
.sitemap dt{float: left;margin:5px 0;}
.sitemap dd{float: right;width:calc(100% - 200px);overflow: hidden;}
.sitemap dd p{width: 170px;margin:5px 0;margin-right: 10px;float: left;text-align: center;}
.sitemap dd p a{background:#e7ebf0;display: block;border-radius: 20px;}
.sitemap li:nth-child(5) dd p:last-child{width: auto;}
.sitemap li:nth-child(5) dd p:last-child a{padding: 0 10px;}
@media only screen and (max-width:1440px){
.sitemap{padding-top: 40px;}

}
@media only screen and (max-width:1024px){
.sitemap{padding-top: 20px;}
.sitemap dl{padding: 0;line-height: 32px;}
.sitemap dt,.sitemap dd{float: none;width: 100%;}
.sitemap dd p{width: auto;}
.sitemap dd p a{padding: 0 20px;}
.sitemap dt{margin: 0;}
.sitemap dd{margin-top: 10px;}
.sitemap li{padding: 10px 0;border-bottom: 1px solid #ccc;}
.sitemap li:last-child{border: 0;}
}

/*æœç´¢ç»“æžœ*/
.search_top{box-shadow: 0 0 10px rgb(0 0 0 / 20%);padding: 40px;margin-bottom: 30px;}
.search_form{width: 820px;max-width: 100%; margin: auto;overflow: hidden;border-radius: 30px ;background:#e7ebf0;}
.search_form input{color:#a2a2a2;background:#e7ebf0;float: left;width: calc(100% - 124px);padding-left: 30px;}
.search_form button{color:#a2a2a2;width: 124px;text-align: center;background:#003c82;float: right;border-radius: 20px;color:#fff;}
.search_form input,.search_form button{height: 46px;line-height: 46px;box-sizing:border-box;}
.search_top p{text-align: center;padding-top:20px;}
.search_top p em{color: #003c82;font-weight: bold;}

.s_time{color: #9b9b9b;margin-bottom: 15px;}
.search_list li{padding:30px 40px;border-bottom:1px solid #9b9b9b;}
.search_list h3{line-height: 1.3em;max-height: 2.6em;}
.search_list p{line-height: 26px;max-height:52px;}
.search_list h3,.search_list p{ margin-bottom: 20px; display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.search_list h3 em{color: #003c82;}
@media only screen and (max-width:1440px){
.search_list li{padding: 30px;}
.search_form input{padding-left: 20px;}
}

@media only screen and (max-width:1024px){
.search_list li{padding: 20px 10px;}
.search_list h3, .search_list p,.s_time{margin-bottom: 10px;}
.search_form input, .search_form button{height: 40px;line-height: 40px;}
.search_top{padding: 30px;}
}

@media only screen and (max-width:767px){
.search_top{margin-bottom: 10px;}
.search_list ul{padding-bottom: 0;}
.search_list li{padding: 15px 0;}
.search_form input, .search_form button{height: 36px;line-height: 36px;}
.search_top{padding: 20px;}
.search_top p{padding-top: 10px;}
.search_form button{width: 60px;}
.search_form input{width: calc(100% - 60px);}
.search_form,.search_form button{border-radius: 10px;}
}


/*å»‰æ”¿åˆè§„*/
.gover_01 .talent_edit{padding-top: 10px;}
.gover_pure dl{overflow: hidden;box-shadow: 0 0 10px rgb(0 0 0 / 20%);border-bottom:3px solid #a57437;}
.gover_pure dt,.gover_pure dd{float: left;width: 50%;box-sizing:border-box;}
.gover_pure dt{float: right;}
.gover_pure dd{padding: 60px 100px;padding-right: 20px; color: #003c82;}
.gover_pure h3{font-size: 60px;line-height: 1.1em;margin-bottom: 20px;}
.gover_pure h2{margin-bottom: 30px;}
.gover_pure h2 img{width: 70px;height: 80px;}

.gover_02 ul{overflow: hidden;margin: 0 -30px;}
.gover_02 li{float: left;width: 50%;}
.gover_02 dl{margin: 0 30px;position: relative;}
.gover_02 dt{position: relative;overflow: hidden;}
.gover_02 dt em{display: block;position: absolute;z-index: 2;}
.gover_02 dd{position: absolute;top:0;left: 0;width: 100%;height: 100%;box-sizing:border-box;padding:60px 80px;color: #fff;z-index: 3;}
.gover_02 li:first-child dt em{display: none;}
.gover_02 h2 img{width: 55px;height: 65px;}
.gover_02 h2,.gover_02 h3,.gover_02 dd p{margin-bottom: 30px;}
.gover_02 h3{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.gover_02 dd p{height: 52px;-webkit-line-clamp: 2;}


@media only screen and (max-width:1520px){
  .gover_pure dd{padding: 50px;padding-right: 20px;}
  .gover_pure h3{font-size: 50px;}
}
@media only screen and (max-width:1440px){
.gover_02 dd{padding: 50px;}
.gover_02 ul{margin: 0 -20px;}
.gover_02 dl{margin: 0 20px;}
}
@media only screen and (max-width:1366px){
  .gover_pure h3{font-size: 40px;}
  .gover_02 h2, .gover_02 h3, .gover_02 dd p{margin-bottom: 20px;}
}
@media only screen and (max-width:1024px){
  .gover_pure h3{font-size: 24px;}
  .gover_pure dd{padding: 30px 20px;}
  .gover_pure h2{margin-bottom: 20px;}
  .gover_01 .talent_edit{padding-top: 0;}
  .gover_02 dd p{height: 48px;}
  .gover_02 ul{margin: 0 -6px;}
.gover_02 dl{margin: 0 6px;}
.gover_02 dd{padding: 30px;}
.gover_02 h2, .gover_02 h3, .gover_02 dd p{margin-bottom: 15px;}

}
@media only screen and (max-width:767px){
.gover_pure dt,.gover_pure dd{float: none;width: 100%;}
.gover_pure h3{font-size: 20px;margin-bottom: 10px}
.gover_02 li{float: none;width: 100%;margin-bottom: 10px;}
  .gover_02 ul{margin: 0;}
.gover_02 dl{margin: 0;}
.gover_02 dd{ padding: 30px 20px; position: static; background: #003b83;}
.gover_02 dd p{height: auto;max-height: 48px;}
.gover_02 dt em{display: none;}
.gover_02 dt{box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
}

/*æŠ•è¯‰ä¸¾æŠ¥*/

.gover_report{padding-bottom: 0;}
.gover_report01{padding-bottom: 35px;border-bottom:1px solid #9b9b9b;}
.gover_report01,.gover_report02,.gover_report03{margin-bottom: 40px;}
.gover_report02{padding-bottom: 40px;}
.gover_report03{margin-bottom: 60px;}

.gover_report01 ul{overflow: hidden;margin: 0 -10px;}
.gover_report01 li{float: left;width: 50%;}
.report_cont{padding: 0 10px;}
.report_cont h3,.gover_report02 h3,.gover_report03 h3{margin-bottom: 30px;}
.report_p01 p{line-height: 26px;margin-bottom: 10px;}
.gover_report02{border-bottom:1px solid #9b9b9b;}


.gover_case ul{overflow: hidden;}
.gover_case li{float: left;margin-right: 10px;margin-bottom: 10px;}
.gover_case li a{display: block;background:#003c82;color: #fff;height:36px; line-height: 36px;padding: 0 30px;text-align: center;min-width: 180px;}
.gover_case li a i{margin-right: 20px;}
.gover_case li:last-child{margin-right: 0;}
.gover_report04{background:#e7ebf0;padding: 70px 110px;padding-bottom: 95px;}

.iteam_01{margin-bottom: 10px;}
.iteam_01 ol{overflow: hidden;margin-bottom: 30px;}
.iteam_01 ol li{float: left;margin-right: 50px;line-height: 24px;cursor: pointer;}
.iteam_01 ol li i{width: 12px;height: 12px;background:#fff; border:1px solid #cfd0d1;border-radius:50%;position:relative;float: left;margin-right: 10px;margin-top: 5px;}
.iteam_01 ol li i em{width: 6px;height: 6px;background:#003b83;border-radius:50%;display: none;}
.iteam_01 ol li.on i em{display: block;}
.iteambox h3{margin-bottom: 20px;}
.iteam_form ul{overflow: hidden;margin: 0 -10px;}
.iteam_form li{float: left;width: 25%;margin-bottom: 20px;}
.iteam_form .form_w{background:#fff;border-radius:5px;position: relative;margin: 0 10px;}
.iteam_form .form_w input,.report_name dt{box-sizing:border-box;width: 100%;padding: 0 25px;}
.iteam_form .form_w input,.iteam_form .form_w i,.report_name dt{height: 46px;line-height: 46px;}
.iteam_form .form_w i{height: 100%; position: absolute;left:16px;top:0;color: #ff0000;}

.iteam_02{margin-bottom: 30px;}
.iteam_03{margin-bottom: 40px;}

/*k*/
.iteam_form li.phone_person{width:50%;float: left;}
.iteam_form li.phone_person .form_w{background:none;overflow: hidden;}
.iteam_form li.phone_person .form_w input{background:#fff;float: left;border-radius: 5px;}
.iteam_form li.phone_person .form_w .yzmphone{width:50%;}
.iteam_form li.phone_person .hqyzm {height:46px;line-height: 46px; float: left;margin-left: 10px;width: 170px;text-align: center;background:#e0e1e2;color: #757575;}
.iteam_form li.phone_person .hqyzm:disabled {
    cursor: default;
    opacity: 0.8;
}

.iteam_yzm .codebox{width: 150px;}
/*k*/



.report_name{padding-top: 10px;}
.report_name ul{overflow: inherit;}
.report_name dl{position: relative;}
.report_name dd{position: absolute;top:100%;left: 0;width: 100%;box-sizing:border-box;background:#fff;padding: 10px 0;margin-top: 1px;border-radius: 0 0 5px 5px;display: none;    z-index: 9;box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.report_name dt p{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.report_name dd p a{display: block; padding: 0 25px;line-height: 30px;}
.report_name dt{cursor:pointer;}
.report_name dt em{position: absolute;right: 10px;top:0;font-weight: bold;}

.plus_add,.remove_box a,.code_img{width: 140px;height: 46px;line-height: 46px;text-align: center;color:#fff;background:#003c82;border-radius: 5px;cursor: pointer;overflow: hidden;}
.code_img img{width:100%;height: 100%;}

.icon-icon{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.open dt .icon-icon{    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);}

.remove_box em{display:none;}
.remove_box a,.code_img{display: block;background:#0062b1;margin-left: 10px;}


.file_p{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
.file_p span{font-size:16px;margin-right: 20px;}
.report_button{overflow: hidden;text-align: center;padding-top: 50px;}
.report_button button{width: 162px;height: 54px;line-height: 54px;background:#003c82;text-align: center;border-radius: 40px;}
.report_button .report_button01{color: #fff;}
.report_button .report_button02{background: none;}


@media only screen and (max-width:1440px){
.gover_report04{padding:80px;padding-bottom: 100px;}
.gover_case li a{padding: 0 20px;}
.report_cont h3, .gover_report02 h3, .gover_report03 h3{margin-bottom: 20px;}
.gover_case li a i{margin-right: 10px;}
}
@media only screen and (max-width:1366px){
.gover_report04{padding:60px;padding-bottom: 80px;}
.report_button{padding-top: 30px;}
}
@media only screen and (max-width:1024px){
.gover_report04{padding: 40px;}
.gover_report01, .gover_report02, .gover_report03{margin-bottom: 30px;}
.gover_report02{padding-bottom: 30px;}
.gover_report03{margin-bottom: 40px;}
.gover_case li a{ min-width: inherit;}
.iteam_form li{width: 33.33%;}
.iteam_form li.phone_person{width: 100%;}
.iteam_form .form_w input, .report_name dt{padding:0 15px;}
.iteam_form .form_w i{left: 6px;}
.report_name dt em{right: 6px;}
.iteam_01 ol,.iteam_03{margin-bottom: 20px;}
.report_button button{width: 120px;height: 40px;line-height: 40px;}
.report_button{padding-top: 20px;}
}

@media only screen and (max-width:767px){
.gover_report01{padding-bottom: 20px;}
.report_cont h3, .gover_report02 h3, .gover_report03 h3{margin-bottom: 10px;}
.gover_report01 li{float: none;width: 100%;padding: 20px 0;    border-bottom: 1px solid #9b9b9b; }
.gover_report01 li:first-child{padding-top: 0;}
.gover_report01 li:last-child{padding-bottom: 0;border: 0;}
.report_p01 p{margin-bottom: 0;}
.gover_case li{float: none;width: 100%;margin-right: 0;}
.gover_case li a{height: auto; line-height: 24px;padding:  10px;}
.gover_case li:last-child{margin-bottom: 0;}
.gover_report04{padding: 20px 10px;}
.iteambox h3,.iteam_01 ol, .iteam_03,.file_p{margin-bottom: 10px;}
.iteam_02{margin-bottom: 20px;}
.iteam_form li{float: none;width: 100%;margin-bottom: 10px;}
.iteam_form ul,.iteam_form .form_w{margin: 0;}
.iteam_form .form_w input, .iteam_form .form_w i, .report_name dt,.plus_add, .remove_box a, .code_img{height: 40px;line-height: 40px;}

.iteam_fd li{width: calc(100% - 95px);float: left;}
.iteam_fd li.codebox,.iteam_fd li.remove_box,.plus_add, .remove_box a,.code_img{width: 90px;margin-left: 0;}
.iteam_fd li.codebox,.iteam_fd li.remove_box{float: right;}
.report_button{padding-top: 10px;}
.report_button button{width: 100px;height:36px;line-height: 36px;}
.gover_report03{margin-bottom: 20px;}


.iteam_form li.phone_person .form_w .yzmphone{margin-left: 0;}
.iteam_form li.phone_person .form_w input{width: 100%;margin-bottom: 10px;}
.iteam_form li.phone_person .form_w .yzmphone{width: 160px;margin-bottom: 0;}
.iteam_form li.phone_person .hqyzm{float: right;width: calc(100% - 170px);height:40px;line-height:40px;}
.iteam_form li.phone_person .hqyzm em{display: none;}

}


/*ç¤¾ä¼šè´£ä»»æŠ¥å‘Šä¸‹è½½*/
.investor_report .finance_list .data_03 .data_re ul{margin: 0 -20px;}
.investor_report .finance_list .data_03 .data_re dl{margin:0 20px;}
.investor_report .data_03 .data_re dt{box-shadow:none;}
.investor_report .data_re dd span a{color:#56bf98;}
@media only screen and (max-width:1024px){
.investor_report .finance_list .data_03 .data_re ul{margin: 0 -10px;}
.investor_report .finance_list .data_03 .data_re dl{margin:0 10px;}
}
@media only screen and (max-width:767px){
.investor_report .finance_list .data_03 .data_re ul{margin: 0;}
.investor_report .finance_list .data_03 .data_re dl{margin:0;}
}

/*è´£ä»»åŠ¨æ€*/

.dynamics_list ul{overflow: hidden;margin: 0 -12px;}
.dynamics_list li{float: left;width: 33.33%;margin-bottom: 24px;}
.dynamics_list dl{margin: 0 12px;position: relative;overflow: hidden;}
.dynamics_list dt{position: absolute;top:0;left: 0;width: 100%;height: 100%;visibility: hidden;opacity: 0;}
.dynamics_list dt a{display: block;width: 100%;height: 100%;}
.dynamics_list dt a:after{content: "";position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgb(0,0,0,0.3);}
.dynamics_list dt img{display: none;}

.dynamics_list dd{border:1px solid #d1d5d8;padding: 40px;padding-top: 35px;position: relative;z-index: 9;}
.dynamics_list h3{line-height:36px;height:108px;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}
.d_time{color: #9b9b9b;margin-bottom: 25px;}
.dynamics_list .index_more{padding-top: 30px;}
.dynamics_list .page{padding-top: 90px;}
@media only screen and (max-width:1440px){
.dynamics_list .page{padding-top:50px;}
.dynamics_list dd{padding: 30px;}
.d_time{margin-bottom: 20px;}
}
@media only screen and (max-width:1024px){
.dynamics_list dd{padding: 20px;}
.d_time{margin-bottom: 20px;}
.dynamics_list ul{margin: 0 -8px;}
.dynamics_list dl{margin: 0 8px;}
.dynamics_list li{margin-bottom: 16px;}
.dynamics_list h3{line-height: 24px;height: 72px;}
.dynamics_list .index_more{padding-top: 10px;}
.d_time{margin-bottom: 10px;}
.dynamics_list .page{padding-top:20px;}
}
@media only screen and (max-width:767px){
.dynamics_list ul{margin: 0;}
.dynamics_list dl{margin: 0;}
.dynamics_list li{float:none;width: 100%;}
.dynamics_list h3{height: auto;max-height: 48px;}
.dynamics_list dt{position: static;visibility: visible;opacity: 1;}
.dynamics_list dt img{display: block;}
.dynamics_list dt a:after{display: none;}

}



.welfare_btn{text-align: center;color:#48bc7b;height: 40px;line-height:40px;font-size: 40px;padding-top: 40px;}
.welfare_01{padding: 110px 0 50px 0;}
.welfare_02{padding-bottom: 40px;}
.welfare_02 li{margin-bottom: 120px;}
.welfare_02 dl{position: relative;}
.welfare_02 dt{}
.welfare_video{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgb(0,0,0,0.2);overflow: hidden;}
.welfare_video a{display: block;width: 100%;height: 100%;width: 50%;float: right;font-size: 68px;color: #fff;position: relative;z-index: 5;}

.welfare_02 dd{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:url(../image/welfare_bg01.png) no-repeat;background-size:100% 100%;color: #202f45;line-height: 30px;}
.welfare_a{padding-top: 30px;}
.welfare_a a{display: inline-block;width: 106px;height: 34px;line-height: 34px;text-align: center;background:#48bc7b url(../image/jb_more.jpg) repeat-x;background-size: 100% 100%; color: #fff;border-radius: 20px;}
.welfare_a i{margin-left: 5px;}
.welfare_text{width: 39%;padding:100px 60px;padding-bottom: 70px; box-sizing:border-box;height: 100%;}
.welfare_text h3{color: #000;margin-bottom: 20px;}
.welfare_scoll{height: calc(100% - 70px);overflow: hidden;}

.welfare_02 li:nth-child(2n) dd{background:url(../image/welfare_bg02.png) no-repeat;background-size:100% 100%;}
.welfare_02 li:nth-child(2n) .welfare_text{float: right;}
.welfare_02 li:nth-child(2n) .welfare_text h3,.welfare_02 li:nth-child(2n) .welfare_p{color:#fff;} 
.welfare_02 li:nth-child(2n) .welfare_video a{float: left;}
.welfare_02 li:nth-child(2n) .welfare_a a{background:#fff;color: #f05800;}


@media only screen and (max-width:1440px){
.welfare_01{padding: 60px 0;}
.welfare_02 li{margin-bottom: 60px;}
.welfare_video a{font-size: 56px;}
.welfare_text{padding:80px 50px;padding-bottom: 50px;}
}
@media only screen and (max-width:1366px){
.welfare_02 li{margin-bottom: 40px;}
.welfare_text{padding: 40px;padding-bottom: 20px;}
}
@media only screen and (max-width:1024px){
.welfare_01{padding: 50px 0;}
.welfare_02 dl{height: auto !important;}
.welfare_02 dt{position: relative;}
.welfare_video a{float: none !important;width: 100%;}
.welfare_02 dd{position:static;background: none !important;}
.welfare_text{float: none;width:100%;}
.welfare_text h3{font-weight: bold;margin-bottom: 10px;}
.welfare_a{padding-top: 20px;}
.welfare_text{padding: 0;padding: 20px;}
.welfare_02 li{margin-bottom: 20px;}
.welfare_02 li:nth-child(2n){background: #f05800;}
.welfare_scoll{height: auto;}
.welfare_p {line-height: 24px;}
.welfare_video a{font-size: 36px;}
.welfare_btn{height: 30px;line-height: 30px;font-size:30px;}
.welfare_btn{padding-top: 20px;}

}
@media only screen and (max-width:1024px){
.welfare_01{padding: 30px 0;}


}

/*æ˜Ÿçˆ±121ä¸“é¡¹åŸºé‡‘*/
.fund_body .banner_text p{line-height: 36px;max-height: 108px;}
.fund_01{padding: 100px 0 130px 0;background:url(../image/fund_bg_01.png) no-repeat bottom right;background-size: 41.4%}
.imglogo{overflow: hidden;margin-bottom: 50px;}
.imglogo li{float: left;margin-right: 35px;width: 230px;margin-bottom: 20px;}
.imglogo li:last-child{margin-right: 0;}

.fund_02{position: relative;}
.fund_02 .blank_40{background: rgba(0,0,0,0.3);}
.fund_bg{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:url(../image/fund_bg_03.png);background-size:100% 100%;}
.fund_box{position: absolute;top:0;left: 0;width: 100%;height: 100%;color: #fff;z-index: 2;padding-top: 7%;box-sizing:border-box;}
.fund_box h3{margin-bottom: 40px;}
.fund_box p{line-height: 30px;height: 120px;overflow: hidden; /* display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;*/}
.fund_box .welfare_a a{width: 175px;height: 42px;line-height: 42px;background:url(../image/jb_more.jpg) repeat-x;background-size: 100% 100%;}
.fund_box .welfare_a{position: absolute;bottom:20%;}

@media only screen and (max-width:1440px){
.imglogo{margin-bottom: 30px;}
.fund_01{padding: 80px 0;}
.fund_box{padding-top: 5%;}
.fund_box h3{margin-bottom: 30px;}
.fund_box .welfare_a{bottom: 15%;}

}
@media only screen and (max-width:1024px){
.fund_01{padding:60px 0;}
.imglogo li{width: 190px;margin-bottom: 20px;}
.imglogo{margin-bottom: 30px;}
.fund_imgs{position: relative;}
.fund_imgs .blank_40{display: none;}
.fund_box{position: static;color:#333;}
.fund_box .welfare_a{position: static;}
.fund_box p{height: auto;line-height: 24px;    display: inherit;
    overflow: hidden;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;}
.fund_box h3{margin-bottom: 10px}
.fund_box{padding: 20px 0;padding-bottom: 50px;}
.fund_body .banner_text p{line-height: 24px;max-height:72px;}
}


@media only screen and (max-width:767px){
.fund_01{padding:30px 0;}
.imglogo li{width: 50%;margin: 0;margin-bottom: 20px;}
.imglogo li img{max-width: 96%;}
.imglogo{margin-bottom:10px;}
}

/*ç¤¾ä¼šè´£ä»»æˆ˜ç•¥*/
.strategy_01{padding: 140px 0 100px 0;color: #fff;}
.strategy_01 ul{overflow: hidden;margin: 0 -10px;}
.strategy_01 li{float: left;width: 33.33%;}
.strategy_01 dl{margin: 0 10px;position: relative;overflow: hidden;}
.strategy_01 dt{position: relative;overflow: hidden;}
.strategy_01 dt h3{position: absolute;left: 0;bottom: 0;width: 100%;}
.strategy_01 dd{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:url(../image/strategy_bg.jpg) no-repeat;background-size:100% 100%;}
.strategy_box{position: absolute;left: 0;bottom: 0;width: 100%;bottom: 0;}
.strategy_01 dt h3,.strategy_box{padding:55px 40px;box-sizing:border-box;}
.strategy_box h2{margin-bottom: 20px;}
.strategy_box p{height: 150px;overflow: hidden;}
.strategy_tiem{font-size: 72px;height: 72px;line-height: 72px; font-family: "Arial";overflow: hidden;position: absolute;top:21%;left: -10px;}
.strategy_tiem span{opacity: 0.5;}
.strategy_tiem i,.strategy_tiem em{opacity: 0.2;}

.strategy_title{text-align: center;}
.strategy_title h3{margin-bottom: 20px;}

.strategy_list{position: relative;color: #fff;overflow: hidden;}
.strategy_t{position: absolute;top:0;left: 0;width: 100%;height: 100%;} 
.strategy_t ul,.strategy_t li,.strategy_b ul,.strategy_b li{width: 100%;height: 100%;box-sizing:border-box;}
.strategy_t li img{display: none;}
.strategy_t li{display:none;}
.strategy_t li:first-child{display: block;}

.strategy_b{position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.strategy_b .wrap{height:100%;}
.strategy_b ul{position: relative;}
.strategy_b li{width: 54%;position:absolute;}
.strategy_b li dl{position: absolute;bottom: 0;left: 0; width: 100%;box-sizing:border-box;padding: 30px;padding-top:0;border-left:1px solid #fff;height:48.5%;}
.strategy_b dt{width: 60px;height: 60px;margin-bottom: 20px;}
.strategy_b dt img{width: 100%;height: 100%;}
.strategy_b h3{margin-bottom: 30px; width:28%;}
.strategy_b p{display: none;height: 180px;}


.strategy_b li.cur h3{width: 100%;}
.strategy_b li.cur dl{border-left:2px solid transparent;background:url(../image/stra_line.jpg) no-repeat;background-size: 2px 100%; height:79.6%;}
.strategy_b li.cur p{display: block;}

.stra_phoneimg{display: none;}
/*17*/
.strategy_b li:nth-child(1){left: 0;}
.strategy_b li:nth-child(2){left: 54%;}
.strategy_b li:nth-child(3){left: 71%;}
.strategy_b li:nth-child(4){left: 88%;}


.strastate_2 li:nth-child(1){left: 0;}
.strastate_2 li:nth-child(2){left: 17%;}

.strastate_3 li:nth-child(1){left: 0;}
.strastate_3 li:nth-child(2){left: 17%;}
.strastate_3 li:nth-child(3){left: 34%;}

.strastate_4 li:nth-child(1){left: 0;}
.strastate_4 li:nth-child(2){left: 17%;}
.strastate_4 li:nth-child(3){left: 34%;}
.strastate_4 li:nth-child(4){left: 51%;}





@media only screen and (max-width:1660px){
.strategy_01{padding: 70px 0;}



}
@media only screen and (max-width:1440px){
.strategy_tiem{font-size:60px;height:60px;line-height:60px;}
.strategy_01 dt h3, .strategy_box{padding: 40px;}
}
@media only screen and (max-width:1366px){
.strategy_tiem{font-size:52px;height:52px;line-height:52px;}
.strategy_01 dt h3, .strategy_box{padding: 30px;}
.strategy_tiem{top:16%;}
.strategy_b dt{margin-bottom: 10px;}
}
@media only screen and (max-width:1200px){
.strategy_b p{height: 150px;}
}
@media only screen and (max-width:1024px){
.strategy_01{padding: 50px 0;}
.strategy_01 dd,.strategy_tiem,.strategy_box{position: static;}
.strategy_tiem{font-size:30px;height:30px;line-height:30px;margin-bottom: 10px;}
.strategy_01 dt h3, .strategy_box{padding: 0;}
.strategy_01 dt h3{padding: 20px;text-align:center;}
.strategy_box h2{margin-bottom: 10px;}
.strategy_01 dd{background: none;color: #333;}
.strategy_01 dt{margin-bottom: 10px}
.strategy_box p{height: auto;}
.stra_phoneimg{display:block;}
.strategy_t{display: none;}
.strategy_b li{position: static;width: 100% !important;left: 0 !important;background:#369191;}
.strategy_list{height: auto !important;}

.strategy_b{position: static;}
.strategy_b li.cur dl,.strategy_b li dl{padding: 0 ;border:0;padding: 20px;}
.strategy_b li{margin-bottom: 20px;}
.strategy_b li dl{position: static;height: auto;}
.strategy_b li.cur dl{background:none;}
.strategy_b h3{width: 100%;margin-bottom: 10px;}
.strategy_b p{height: auto;display: block;}
.strategy_b dt{width: 50px;height: 50px;}
.strategy_02{padding-bottom: 50px;}
}

@media only screen and (max-width:767px){
.strategy_02{padding-bottom: 30px;}
.strategy_01{padding: 30px 0;}
.strategy_01 ul,.strategy_01 dl{margin: 0}
.strategy_01 li{float: none;width: 100%;margin-bottom: 20px;}
.strategy_01 li:last-child{margin-bottom: 0;}
.strategy_b dt{width:40px;height:40px;}


}


.canhold_01{position: relative;background:#e7ebf0;}
.canhold_01 .left{width: 55.8%;position: relative;z-index: 2;}
.canhold_01 .left,.canhold_01 .right{height: 100%;}

.canhold_01 .right{position: absolute;top:0;right: 0;width: 100%;}
.canhold_01 .right .wrap{height: 100%;position: relative;}
.canhold_list{float: right;width: 40%;}
.canhold_list h3{margin-bottom: 20px;}
.canhold_list li{border-bottom: 1px solid #cfd3d8;padding:14px 10px;position: relative;white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.canhold_list li b{color: #0062b1;font-size: 18px;}
.canhold_list li:last-child{border:0;}
.canhold_list li:after{content: "";position: absolute;top:50%;left: 0;width: 6px;height: 6px;background:#0062b1;border-radius:50%;margin-top: -3px;}
.canhold_p{color: #fff;position: absolute;left: 22.8%;top:0;width: 47.5%;}
.canhold_p h3{line-height: 1.2em;max-height: 2.4em; margin-bottom: 10px;}
.canhold_p h3 p{line-height: 24px;max-height: 48px;}
.canhold_p h3,.canhold_p p{  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.canhold_list,.canhold_p{padding-top: 70px;}

.canhold_02{padding: 100px 0;}
.canhold_02 ul{overflow: hidden;margin:0 -17px;}
.canhold_02 li{float: left;width: 50%;color: #fff;margin-bottom: 40px;}
.canhold_02 dl{position: relative;margin:0 17px;}
.canhold_02 dt{position: relative;overflow: hidden;}
.canhold_02 dt em{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:url(../image/canhold_jb.png) no-repeat;background-size: 100% 100%;}
.canhold_02 dt h2{position: absolute;left: 0;bottom: 20px;width: 100%;box-sizing:border-box;padding: 0 55px;line-height: 1.3em;max-height: 2.6em;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.canhold_02 dd{position: absolute;left: 0;top:0;width: 100%;height: 100%;background:#ec671c url(../image/canhold_bg.jpg) no-repeat center center;background-size: 100% 100%;box-sizing:border-box;padding: 70px 55px;padding-bottom: 40px;}
.canhold_02 dd h3{margin-bottom: 20px;}
.acnhold_video{font-size: 22px;padding-top:20px;}
.acnhold_video a{color: #fff;}
.canhold_scoll{height: calc(100% - 54px);overflow: hidden;}
.canhold_02 .index_more_center{padding-top: 20px;}
.canhold_02 .index_more_center a{background: #f05800;background: url(../image/jb_more.jpg) repeat-x;
    background-size: 100% 100%;}

.canhold_03 .profile_02{padding: 0;}

@media only screen and (max-width:1800px){
.canhold_list li{padding:12px 10px;}
.canhold_list h3{margin-bottom: 20px;}
}

@media only screen and (max-width:1600px){
.canhold_list,.canhold_p{padding-top:50px;}
.canhold_02 dd{padding: 50px;padding-bottom: 30px;}
.canhold_02 dt h2{padding: 0 50px;}
.canhold_p{left:10%;width: 60%;}

}

@media only screen and (max-width:1440px){
.canhold_02{padding: 70px 0;}
.canhold_list,.canhold_p{padding-top:40px;}
.canhold_list li{padding:8px 10px;}
.canhold_02 dd{padding: 40px;padding-bottom: 20px;}
.canhold_02 dt h2{padding: 0 40px;}
.canhold_list h3{margin-bottom: 10px;}
.canhold_list{width: 42%;}
}

@media only screen and (max-width:1250px){
.canhold_list h3{margin-bottom:10px;}
.canhold_list li{padding: 6px 10px;}

}
@media only screen and (max-width:1100px){
.canhold_01 .right{position: static;width: 100%;}
.canhold_01 .left{width: 100%;}
.canhold_01{height: auto !important; }
.canhold_p{width: 100%;left: 0;box-sizing:border-box;padding: 10%;}
.canhold_list{float: none;width: 100%;padding: 20px 0;}

.canhold_list li b{font-size: 16px;}
}
@media only screen and (max-width:1024px){
.canhold_02{padding: 50px 0;}
.canhold_02 ul{margin:0 -10px;}
.canhold_02 dl{margin:0 10px;}
.canhold_02 li{margin-bottom: 20px;}
.canhold_02 dt h2{padding: 0 20px;}
.canhold_02 dd{position:static;padding: 20px;padding-bottom: 30px;height: 250px;}
.canhold_02 dd h3{margin-bottom: 10px;}
.canhold_scoll{height: 145px;}

}
@media only screen and (max-width:767px){
.canhold_02{padding: 30px 0;}
.canhold_p{padding: 10% 3%;}
.canhold_02 ul{margin:0 ;}
.canhold_02 dl{margin:0;}
.canhold_02 li{float: none;width: 100%;}
.canhold_02 dd,.canhold_scoll{height: auto;}
.canhold_02 ul,.canhold_02 dl{margin: 0}
}


@media only screen and (min-width:1025px){
.plus_add,.report_button button{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.dynamics_list dt,.dynamics_list dl,.strategy_01 dd,.strategy_b li dl,.canhold_his dl dd{transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
  .report_p01 a.tel_link{cursor: default;color: #202f45 !important;}
.gover_case li a:hover,.remove_box a:hover{color: #fff !important;opacity: 0.9;}
.plus_add:hover,.report_button button:hover{opacity: 0.8;}

.welfare_video a:hover{color: #fff !important;}
.welfare_02 li .welfare_a a:hover,.fund_box .welfare_a a:hover,.dynamics_list dl h3 a:hover{color: #fff !important;opacity: 0.8}
.welfare_02 li:nth-child(2n) .welfare_a a:hover{color: #f05800 !important;}

.dynamics_list dt{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.dynamics_list dl:hover dt{visibility: visible;opacity: 1;
transform:scale(1,1); -webkit-transform:scale(1,1);-moz-:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);}
.dynamics_list dl:hover h3 a,.dynamics_list dl:hover .d_time{color: #fff;}
.dynamics_list dl:hover{    background: #003c82 ;background:#ec671c url(../image/canhold_bg.jpg) no-repeat center center}

.strategy_01 dl dd{visibility: hidden;opacity: 0;
  transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.strategy_01 dl:hover dd{visibility: visible;opacity: 1;
transform:scale(1,1); -webkit-transform:scale(1,1);-moz-:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);}
.canhold_01 .left img{height: 100% !important;}

.acnhold_video a:hover{color: #fff !important;opacity: 0.9;}

.canhold_his dl dd{visibility: hidden;opacity: 0;
  transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.canhold_his dl:hover dd{visibility: visible;opacity: 1;
transform:scale(1,1); -webkit-transform:scale(1,1);-moz-:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);}

}

/*åŒ»è¯åˆ†é”€ä¸Žé›¶å”®*/
.distri_cont{overflow: hidden;}
.distri_cont .left{float: right;width: 46.3%;}
.distri_cont .right{float: left;width: 49.3%;}
.distri_cont h3,.distri_joint h2{margin-bottom: 30px;}

.distri_joint{padding-top: 70px; width: 710px;max-width:100%;}
.distri_joint ul{overflow: hidden;margin: 0 -10px;}
.distri_joint li{float: left;width: 50%;text-align: center;margin-bottom: 20px}
.distri_joint li:nth-child(2n+1){clear:both;;}
.distri_joint dl{margin: 0 10px;}
.distri_joint dt{border:1px solid #cdd4d9;padding: 40px 10px;margin-bottom: 20px;}
.distri_joint dt img{width: 250px;max-width: 100%;}
@media only screen and (max-width:1520px){
.distri_joint dt{padding:20px 10px;}
.distri_cont h3,.distri_joint h2{margin-bottom:20px;}
.distri_joint{padding-top: 50px;}
}

@media only screen and (max-width:1024px){
.distri_joint dt{padding:10px;}
.distri_cont h3,.distri_joint h2{margin-bottom:20px;}
.distri_joint dt{margin-bottom: 10px;}
}
@media only screen and (max-width:767px){
.distri_cont h3,.distri_joint h2{margin-bottom:10px;}
.distri_joint{padding-top: 30px;}
.distri_cont .left,.distri_cont .right{float: none;width: 100%;}
.distri_cont .left{margin-bottom: 20px;}
}

/*äº§å“ä¸­å¿ƒ*/
.bussiness_pro ul{overflow: hidden;margin: 0 -12px;}
.bussiness_pro li{float: left;width:33.33%;margin-bottom:80px;}
.bussiness_pro dl{margin:0 12px;border-bottom:1px solid #9b9b9b;}
.bussiness_pro dd{padding: 40px;padding-top: 25px;height: 325px;box-sizing:border-box;}
.bussiness_pro h4{color:#9b9b9b;margin-bottom: 20px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.bussiness_pro h3,.bussiness_pro h5{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.bussiness_pro h3{margin-bottom: 5px;}
.bussiness_pro h5{margin-bottom: 15px;}
.bussiness_pro p{height:104px;overflow: hidden; margin-bottom:20px;color: #84888d;}
.bussiness_pro dt{overflow: hidden;}
.bussiness_pro dt a{display: block;height:0;padding-bottom:75%;position: relative;}
.bussiness_pro dt a img{position: absolute;top:0;left: 0;width:100%;height: 100% !important;}
@media only screen and (max-width:1440px){
.bussiness_pro dd{padding:30px;padding-top:20px;}
.bussiness_pro li{margin-bottom: 50px;}
}
@media only screen and (max-width:1024px){
.bussiness_pro p{height: 96px;margin-bottom:20px;}
.bussiness_pro li{margin-bottom: 30px;}
.bussiness_pro dd{padding: 20px 0;}
.bussiness_pro .index_more a{width: 100px;}
.bussiness_pro h5{margin-bottom: 20px;}
.bussiness_pro dl{margin: 0 10px;}
.bussiness_pro ul{margin: 0 -10px;}
}
@media only screen and (max-width:767px){
.bussiness_pro li{float: none;width: 100%;}
.bussiness_pro dl{margin: 0x;}
.bussiness_pro ul{margin: 0;}
.bussiness_pro p{height: auto;max-height: inherit;}
.bussiness_pro h4,.bussiness_pro h5{margin-bottom: 10px;}
.bussiness_pro dd{height: auto;}
}

@media only screen and (min-width:1025px){
.bussiness_pro dl{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.bussiness_pro dl:hover{background:#003c82;color: #fff;}
.bussiness_pro dl:hover p,.bussiness_pro dl:hover h3,.bussiness_pro dl:hover h4,.bussiness_pro dl:hover h5{color: #fff;}
.bussiness_pro dl:hover .index_more a{background:#fff;color: #003b83 !important;}



}


/*äº§å“ä¸­å¿ƒ*/
.bussiness_tab{border-bottom:1px solid #cecfd1;}
.bussiness_tab dt{width: 60px;height: 60px;margin: auto;overflow: hidden;position: relative;margin-bottom: 20px;}
.bussiness_tab dt img{width: 100%;height: 100%;position: absolute;top:0;left: 0;}
.bussiness_tab dt .ic_01{top:0;}
.bussiness_tab dt .ic_02{top:100%;}
.bussiness_tab ul{width:1200px;max-width:100%; margin: auto;overflow: hidden;}
.bussiness_tab li{width: 16.66%;float: left;text-align: center;position: relative;}
.bussiness_tab li a{display: block;}
.bussiness_tab li dl{position: relative;padding: 50px 10px;padding-bottom: 26px;}
.bussiness_tab li dl:after{content:"";position: absolute;left: 50%;bottom: 0;width: 0%;height: 4px;background:#003e84;}
.bussiness_tab dd{height:48px;line-height: 24px;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

.bussiness_tab li.on dt .ic_01{top:100%;}
.bussiness_tab li.on dt .ic_02{top:0;}
.bussiness_tab li.on dl:after{left: 0;width: 100%;}
.bussiness_tab li.on dt .ic_01{top:100%;}
.bussiness_tab li.on dt .ic_02{top:0;}
@media only screen and (max-width:1440px){
.bussiness_tab li dl{padding: 30px 10px;padding-bottom: 10px;}
}
@media only screen and (max-width:1024px){
.bussiness_tab dt {margin-bottom: 10px;}
.bussiness_tab li{width: 33.33%;}
.bussiness_tab li dl{padding: 10px;padding-top: 20px;}
.bussiness_tab li dl:after{height: 2px;}
}
@media only screen and (max-width:767px){
.bussiness_tab li{width: 50%;}
.bussiness_tab dd{height: auto;    display:inherit;-webkit-line-clamp: inherit;-webkit-box-orient: inherit;}
.bussiness_tab dt{width: 40px;height: 40px;margin-bottom: 5px;}

}

@media only screen and (min-width:1025px){
.bussiness_tab li dl:after{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.bussiness_tab dt img,.our_03 .our_box,.vaccine_02 dd{transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.bussiness_tab li:hover dt .ic_01{top:100%;}
.bussiness_tab li:hover dt .ic_02{top:0;}

.our_03 .our_box{ opacity: 0;visibility: hidden; transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.our_03 .our_block:hover .our_box{opacity: 1;visibility: visible;
 transform:scale(1,1); -webkit-transform:scale(1,1);-moz-:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);}

.vaccine_02 dd{ opacity: 0;visibility: hidden; transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.vaccine_02 dl:hover dd{opacity: 1;visibility: visible;
 transform:scale(1,1); -webkit-transform:scale(1,1);-moz-:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);}


}

/*æˆ‘ä»¬çš„ç‰™æ—&nbsp;*/
.our_01{padding-bottom: 100px;}
.our_02{padding: 80px 0 120px 0;background:#eff1f5;}
.our_03{padding-bottom: 0;}

.our_title{text-align: center;margin-bottom: 50px;}
.our_title h3{margin-bottom: 30px;}
.our_01 .swiper-wrapper{display: block;}
.our_01 .index_tab li{float: left;width: 16.66%;padding: 0;cursor: default;}
.our_01 .index_tab ul{overflow: hidden;}

.our_02 h3{text-align: center;}
.our_achiev ul{overflow: hidden;padding-top: 110px;}
.our_achiev dl{padding: 0 40px;border-left:1px solid #9b9b9b;}
.our_achiev dd p{font-size: 66px;height: 66px;line-height: 66px;}
.our_achiev dd p i{font-size: 30px;}
.our_achiev li{float: left;width: 33.33%;}
.our_achiev dt{margin-bottom: 40px;}
.our_achiev dd p{margin-top: 30px;}

.our_03 ul{overflow: hidden;margin: 0 -20px;}
.our_03 li{float: left;width: 50%;margin-bottom: 40px;}
.our_03 .our_block{margin: 0 20px;position: relative;overflow: hidden;}
.our_03 .our_box{position: absolute;top:0;left: 0;width: 100%;height: 100%;
  background:#003c82 url(../image/buss_01.jpg) no-repeat;background-size:cover;box-sizing:border-box;padding:60px;box-sizing:border-box;z-index: 2;}
.our_img{position: relative;}
.our_p{position: absolute;left: 0;bottom: 0;width: 100%;box-sizing:border-box;padding: 60px;color: #fff;z-index: 2;}
.our_p h2{margin-bottom: 10px;}

.our_03 .our_box ul{margin: 0 -10px;}
.our_03 .our_box dl{padding: 0 10px;overflow: hidden;}
.our_03 .our_box ul li{margin-bottom: 30px;}
.our_03 .our_box ul li:nth-child(2n+1){clear: both;}
.our_box{position: absolute;top:0;left: 0;width:100%;height: 100%;color:#fff;}
.our_box h3{margin-bottom:20px;}
.our_box p{margin-bottom: 50px;}
.our_box dt{width: 55px;height: 55px;float: left;}
.our_box dt img{width:100%;height: 100%;}
.our_box dd{width: calc(100% - 60px);float: right;line-height: 24px;padding-top:15px;}
.our_scoll{height: calc(100% - 86px);overflow: hidden;}


@media only screen and (max-width:1440px){
.our_01{padding-bottom: 70px;}
.our_02{padding: 70px 0;padding-bottom:100px}
.our_achiev dd p{font-size: 52px;height: 52px;line-height: 52px;}
.our_achiev dd p i{font-size: 24px;}
.our_achiev ul{padding-top: 70px;}
.our_achiev dl{padding: 0 30px;}
.our_title h3{margin-bottom: 20px;}
.our_03 ul{margin: 0 -10px;}
.our_03 .our_block{margin: 0 10px;}
.our_03 li{margin-bottom: 20px;}
.our_p,.our_03 .our_box{padding: 40px;}
.our_box p{margin-bottom: 30px;}
.our_03 .our_box ul li{margin-bottom: 20px;}
/*.our_03 .our_box ul li:nth-child(2n+1){clear:both;}*/
}
@media only screen and (max-width:1366px){
.our_achiev dd p{font-size: 48px;height: 48px;line-height: 48px;}
.our_achiev dd p i{font-size: 20px;}
.our_achiev ul{padding-top: 50px;}
}
@media only screen and (max-width:1024px){
.our_01{padding-bottom: 50px;}
.our_02{padding: 50px 0;}
.our_achiev dd p{font-size: 30px;height: 30px;line-height: 30px;}
.our_achiev dd p i{font-size: 16px;}
.our_achiev ul{padding-top: 30px;}
.our_title{margin-bottom: 40px;}
.our_achiev dl{padding: 0 20px;}
.our_achiev dt{margin-bottom: 20px;}
.our_03 .our_box{position: static;}
.our_p,.our_03 .our_box{padding: 20px;}
.our_scoll{height: 340px;overflow: hidden;}
.our_03 .our_box{padding:30px 20px;}
}

@media only screen and (max-width:767px){
.our_01{padding-bottom:20px;}
.our_02{padding: 30px 0;}
.our_01 .index_tab li{width: 33.33%;margin-bottom: 20px;}
.our_01 .index_tab li:nth-child(3n+1){clear:both;}
.our_01 .index_tab{padding: 0;}
.our_achiev dl{padding: 20px 0;border:0;border-bottom: 1px solid #9b9b9b;}
.our_achiev li{float: none;width: 100%;}
.our_achiev li:last-child dl{border: 0;}
.our_achiev dd p{margin-top: 20px;}
.our_achiev dd p{font-size: 24px;height: 24px;line-height: 24px;}
.our_achiev ul{padding-top: 0;}
.our_title h3{margin-bottom: 10px;}
.our_title{margin-bottom: 20px;}

.our_03 .our_block,.our_03 ul{margin: 0;}
.our_03 li{float: none;width: 100%;}
.our_03 .our_box ul li{width: 50%;float: left;}
.our_box h3{margin-bottom: 10px;font-weight: bold;}
.our_box p{margin-bottom: 20px;}
/*.our_03 .our_box ul{margin: 0;}
.our_03 .our_box dl{padding: 0;}*/
.our_box dt{width: 40px;height: 40px;}
.our_box dd{width: calc(100% - 55px);padding-top:8px;}
.our_scoll{height: auto;}

}

/*åˆ¶è¯*/
.pharma_01 .bussiness_tab li dl{padding:0 10px;}
.pharma_01 .bussiness_tab{border: 0;}
.pharma_01 .bussiness_tab li.on dl:after{display: none;}
.pharma_01 .bussiness_tab li dt .ic_01{top:100%;}
.pharma_01 .bussiness_tab li dt .ic_02{top:0%;}

.pharma_02{padding-bottom: 30px;}
.pharma_03{padding-bottom: 30px;}
.pharma_02 li{margin-bottom: 60px;}
.pharma_02 dl{overflow: hidden;background:#e8ecf4;}
.pharma_02 dt,.pharma_02 dd{height: 100%;box-sizing:border-box;}
.pharma_02 dt{float: right;width: 55.5%;}
.pharma_02 dd{float: left;width: 44.5%;padding: 60px 75px 70px 55px;}
.pharma_02 h3{margin-bottom: 30px;line-height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pharma_02 .index_more{padding-top: 40px;}
.pharma_p{height: calc(100% - 100px)}
.pharma_02 li:nth-child(2n) dt{float: left;}
.pharma_02 li:nth-child(2n) dd{float: right;}

.our_title.nomargin h3{margin-bottom: 0;}

@media only screen and (max-width:1660px){
.pharma_02 .index_more{padding-top: 30px;}
.pharma_p{height: calc(100% - 120px)}
.pharma_02 dd{padding: 50px;}
.pharma_02 li{margin-bottom: 40px;}

}
@media only screen and (max-width:1440px){
.pharma_02 .index_more{padding-top: 20px;}
.pharma_p{height: calc(100% - 100px)}
.pharma_02 dd{padding: 40px;}
.pharma_02 h3{margin-bottom: 20px;}
}
@media only screen and (max-width:1024px){
.pharma_02 dd{padding: 20px;}
.pharma_02 li{margin-bottom: 20px;}


}
@media only screen and (max-width:767px){
.pharma_02 dl{height: auto !important;}
.pharma_02 dt,.pharma_02 dd{float: none;width: 100%;}
.pharma_02 li:last-child{margin-bottom: 0;}
.pharma_02 h3{margin-bottom: 10px;font-weight: bold;}
}


/*åŒ»å­¦è¯Šæ–­*/
.diagnosis_icon{padding-bottom: 60px;}
.diagnosis_icon .bussiness_tab li{width: 16.66%;}
.diagnosis_icon .bussiness_tab ul{width: 1100px;max-width:100%;}

.diagnosis_01 h2{text-align: center;margin-bottom: 30px;}
.diagnosis_01 h2 img{width: 184px;height: 38px;}
.diagnosis_01 .index_more {text-align: center;padding-top:50px;}
.diagnosis_02 .blank_50{display: none;}
.diagnosis_02{background:#f0f1f5; position: relative;padding: 55px 0;color: #85868a;overflow: hidden;}
.diagnosis_02 .wrap_1280{position: relative;z-index: 2;}
.diagnosis_phoneimg{display: none;}
.diagnosis_phoneimg img{width: 100%}
.blank_50{position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgb(0,0,0,0.5);}
.diag_list{padding-bottom: 20px;}
.diag_list ul,.diag_spot ul{overflow: hidden;margin: 0 -40px;}
.diag_list li,.diag_spot li{width: 33.33%;float: left;margin-bottom: 50px;}
.diag_list dl,.diag_spot dl{margin: 0 40px;}
.diag_list dt{font-size: 60px;height:60px;line-height: 60px;padding-bottom: 20px;margin-bottom: 20px;border-bottom:1px solid #85868a;}
.diag_list dt span{color:#d3191a;float: left;}
.diag_list dt i{color:#0c3d78;}
.diagnosis_02 h2{margin-bottom: 60px;}


.diag_spot dt{line-height: 36px;height: 72px; overflow: hidden;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;margin-bottom: 20px;}
.diag_spot dd{border-top:1px solid #fff;padding-top: 20px;}




@media only screen and (max-width:1440px){
.diag_list ul,.diag_spot ul{overflow: hidden;margin: 0 -30px;}
.diag_list li,.diag_spot li{margin-bottom: 40px;}
.diag_list dl,.diag_spot dl{margin: 0 30px;}
.diagnosis_icon{padding-bottom: 40px;}
}
@media only screen and (max-width:1366px){
.diag_list dt{font-size: 50px;height:50px;line-height: 50px;}
.diag_list ul,.diag_spot ul{overflow: hidden;margin: 0 -20px;}
.diag_list li,.diag_spot li{margin-bottom: 40px;}
.diag_list dl,.diag_spot dl{margin: 0 20px;}


}
@media only screen and (max-width:1024px){
.diag_list li, .diag_spot li{width:50%;}
.diag_list dt{font-size: 30px;height:30px;line-height: 30px;}
.diag_list dt{padding-bottom: 10px;margin-bottom:10px;}
.diagnosis_02 h2{margin-bottom: 30px;}
.diagnosis_01 h2{margin-bottom: 20px;}
.diagnosis_01 .index_more{padding-top: 30px;}
}

@media only screen and (max-width:767px){
.diagnosis_02{padding:30px 0;padding-bottom: 0px;}

.diagnosis_02 .blank_50{display: none;}
.diagnosis_phoneimg{display: block;margin-bottom: 20px;}
.diagnosis_01 .index_more{padding-top:20px;}
.diag_spot li{float: none;width: 100%;}
.diag_list dt,.diag_spot dd{border-color:#ccc;}
.diag_spot dt{line-height: 24px;height: auto;  
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;margin-bottom: 10px;}
.diag_spot dd{padding-top: 10px;}
.diag_list li, .diag_spot li{margin-bottom: 30px;}
.diag_list dt{font-size: 24px;height:24px;line-height: 24px;}
.diagnosis_02 h2{margin-bottom: 20px;}
.diag_list li:nth-child(2n+1){clear: both;}
.diagnosis_icon .bussiness_tab li{width:33.33%;margin-bottom: 20px;}
.diagnosis_icon{padding-bottom:10px;}
}

.diagn_slider{position: relative;}
.diagn_slider li{position:relative;}
.diagn_p01,.diagn_p02{box-sizing:border-box;position: absolute;left: 0;bottom: 0;width: 100%; color: #fff;}
.diagn_p01{bottom: 30px;}
.diagn_p01 h3{line-height: 1.3em; width: 48.5%;padding: 0 10px;box-sizing: border-box;text-align: center;}
.diagn_p02{height: 100%;padding: 50px 35px;}
.diagn_p02 h3{margin-bottom: 5px;  }
@media only screen and (max-width:1024px){
.diagn_p01 h3{width: 100%;}
.diagn_slider{height: auto !important;}
}

@media only screen and (max-width:767px){
.diagn_p02{padding: 10px;}
.diagn_p01{bottom: 10px;}
.diagn_p02 p{font-size: 12px;}
.diag_spot li:last-child{margin-bottom: 0}
.diagnosis_03 {padding-bottom: 30px;}
.diagnosis_01{padding-bottom: 40px;}
}


@media only screen and (min-width:1025px){
.diagn_slider .swiper-wrapper{display: block;}
.diagn_slider li {width:28.4%;position: absolute;box-sizing:border-box;border-left:10px solid #fff;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.diagn_p02,.diagn_p01{transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.diagn_p02{visibility: hidden;opacity: 0;}
.diagn_slider li.on{border: 0;border-left:10px solid #fff;}
.diagn_slider li.on .diagn_p01{visibility: hidden;opacity: 0;}
.diagn_slider li.on .diagn_p02{visibility: visible;opacity:1;}
.diagn_slider li.on .blank_20{    background: rgba(0,0,0,0.1);}

.diagn_slider li:first-child,.diagn_slider li.on:first-child{border: 0;}


.diagn_slider .swiper-container,.diagn_slider ul,.diagn_slider li,.diagn_slider li img{height:100%;}
.diagn_slider li img{height: 100% !important;}
/*13.6%   14.3*/
.diagn_slider li:nth-child(1){left: 0;}
.diagn_slider li:nth-child(2){left:28.4%; }
.diagn_slider li:nth-child(3){left:42.7%; }
.diagn_slider li:nth-child(4){left:57%;}
.diagn_slider li:nth-child(5){left:71.3%;}
.diagn_slider li:nth-child(6){left:85.6%;}

.diagnstate_2 li:nth-child(1){left:0%; }
.diagnstate_2 li:nth-child(2){left:14.3%; }

.diagnstate_3 li:nth-child(1){left:0%; }
.diagnstate_3 li:nth-child(2){left:14.3%; }
.diagnstate_3 li:nth-child(3){left:28.6%; }

.diagnstate_4 li:nth-child(1){left:0%; }
.diagnstate_4 li:nth-child(2){left:14.3%; }
.diagnstate_4 li:nth-child(3){left:28.6%; }
.diagnstate_4 li:nth-child(4){left:42.9%; }

.diagnstate_5 li:nth-child(1){left:0%; }
.diagnstate_5 li:nth-child(2){left:14.3%; }
.diagnstate_5 li:nth-child(3){left:28.6%; }
.diagnstate_5 li:nth-child(4){left:42.9%; }
.diagnstate_5 li:nth-child(5){left:57.2%; }

.diagnstate_6 li:nth-child(1){left:0%; }
.diagnstate_6 li:nth-child(2){left:14.3%; }
.diagnstate_6 li:nth-child(3){left:28.6%; }
.diagnstate_6 li:nth-child(4){left:42.9%; }
.diagnstate_6 li:nth-child(5){left:57.2%; }
.diagnstate_6 li:nth-child(6){left:71.5%; }

}


/*ç–«è‹—*/
.vaccine_cont{padding-top: 45px;}
.vaccine_tab,.vaccine_tab ul,.vaccine_tab li,.vaccine_tab li a{height: 42px;line-height:42px;}
.vaccine_tab ul{display:inline-block;}
.vaccine_tab li{float: left;text-align: center;}
.vaccine_tab a{display: block;width: 200px;width: auto;padding:0 40px;}
.vaccine_tab li.on a{background:#003c82;color:#fff;border-radius:25px;}
.vaccine_tab{margin-bottom: 50px;text-align: center;}
.vaccine_tab li.on a:hover{color:#fff !important;}

.vaccine_01{margin-bottom: 40px;}
.vaccine_01 .our_title{margin-bottom: 30px;}
.vaccine_01 h2{text-align: center;margin-bottom: 20px;}
.vaccine_article{width: 1170px;max-width: 100%;margin: auto;}
.vaccine_article ul{overflow: hidden;}
.vaccine_article li{float: left;width: 50%;margin-bottom: 10px;}
.vaccine_article li a{color: #003c82;border-bottom: 1px solid #a3afc6;}
.vaccine_article li p{background:url(../image/vaccine_line.png) no-repeat right center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding:0 35px;margin:0 10px;}
.vaccine_article li:nth-child(2n) p{background:none;}

.vaccine_02{color: #fff;padding-bottom: 30px;}
.vaccine_02 ul{overflow: hidden;margin: 0 -20px;}
.vaccine_02 dl{position: relative;margin: 0 20px;overflow: hidden;}
.vaccine_02 li{float: left;width: 50%;margin-bottom: 40px;}
.vaccine_02 dt{position: relative;}
.vaccine_02 dt .vaccine_title{position: absolute;left: 0;bottom: 0;width: 100%;box-sizing:border-box; }
.vaccine_02 dt .vaccine_title h3{line-height: 1.3em;max-height:2.6em;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;} 
.vaccine_02 dd{position: absolute;top:0;left: 0;width: 100%;height: 100%;box-sizing:border-box;background:#0062b1;}
.vaccine_02 dt .vaccine_title,.vaccine_02 dd{padding: 55px;}
.vaccine_02 dd h3{margin-bottom: 10px;}
.vaccine_p{line-height: 28px;}
.vaccine_info{padding-top: 20px;}
.vaccine_info h4{margin-bottom: 12px;}
.vaccine_info h5{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding-bottom: 5px;font-size: 14px;margin-bottom: 5px;}
.vaccine_info h5 a{color: #fff;border-bottom: 1px solid #fff;padding-bottom: 5px;}
.vaccine_scoll{height: calc(100% - 100px);overflow: hidden;}

.vaccine_03{background:#e7ebf0;padding: 90px 0;}
.vaccine_link ul{margin: 0 -10px;overflow: hidden;}
.vaccine_link dl{margin:0 10px;}
.vaccine_link dt{padding: 50px 10px;background:#fff;border:1px solid #cbd1d7;border:1px solid #cbd1d7;margin-bottom: 20px;}
.vaccine_link li{margin-bottom: 20px;width: 25%;float: left;text-align:center;}
.vaccine_link li:nth-child(4n+1){clear: both;}

.vaccine_04{position: relative;color: #fff;padding: 6% 0;}
.vaccine_04 .vaccine_covid{z-index: 2;width: 100%;
  transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;
}
.vaccine_04 .our_title h3,.vaccine_04 .our_title p{color: #fff;}
.vaccine_04 .our_title p{max-height: 156px;}

.vaccine_video{text-align: center;padding-top: 20px;}
.vaccine_video a{display: inline-block;width: 192px;height: 54px;line-height: 54px;text-align: center;color: #fff;border-radius: 30px;background:#003c82;}
.vaccine_video i{margin-right: 5px;}

.vaccine_05{padding: 100px 0;}
.vaccine_07{padding: 70px 0;overflow: hidden;}
.vaccine_08{padding-bottom: 100px;}
.vaccine_mran{background:#0062b1;color: #fff;}
.vaccine_mran{padding: 55px 60px;}

.mran_list ul{margin: 0 -40px;}
.mran_list dl{margin: 0 40px;padding: 50px 30px;background:#fff;box-shadow: 0 0 20px rgb(0 0 0 / 20%);}
.mran_list li{float: left;width: 25%;text-align: center;}
.mran_list dd h3{line-height: 28px;height: 112px;}
.mran_list dt{margin-bottom: 20px;}
.mran_list dt img{width: 55px;height: 55px;}

.vaccine_product{background:#e7ebf0;}
.vaccine_product dt,.vaccine_product dd{float: left;width: 50%;height: 100%; box-sizing:border-box;}
.vaccine_product dd{padding:70px 80px;}
.vaccine_product h3{margin-bottom: 20px;}
.vaccine_product p{height: calc(100% - 50px);overflow: hidden;}

.vaccine_09{background:#0062b1 url(../image/vaccine_bg.jpg) no-repeat;background-size: cover;padding: 50px 170px;padding-bottom: 70px;color:#fff;}
.vaccine_09 ul{overflow: hidden;margin: 0 -50px;}
.vaccine_09 dl{margin: 0 50px;}
.vaccine_09 li{float: left;width: 33.33%;}
.vaccine_09 dt{position: relative;width: 100px;height: 100px;background:#fff;border-radius:50%;margin: auto;margin-bottom: 30px;}
.vaccine_09 dd h3{margin-bottom: 20px;text-align: center;}
.vaccine_10{background:#003c82 url(../image/vaccine_bg2.png) no-repeat right 30px bottom;background-size: 42%;padding: 70px 0 110px 0;color: #fff;}
.vaccine_10 h3 a{color: #fff;}
.vaccine_liter{width: 69%;max-width:100%;box-sizing:border-box;padding-left: 70px;}
.vaccine_liter h3{margin-bottom: 30px;position: relative;line-height: 1.3em;}
.vaccine_liter h3 i{position: absolute;left: -70px;top:0;}
.vaccine_liter p{max-height: 52px;-webkit-line-clamp: 2;}
.vaccine_liter .index_more{padding-top: 30px;}

@media only screen and (max-width:1440px){
.vaccine_03,.vaccine_10,.vaccine_05{padding: 70px 0;}
.vaccine_08{padding-bottom: 70px;}

.vaccine_video{padding-top: 0;}
.mran_list ul{margin: 0 -20px;}
.mran_list dl{margin: 0 20px;}
.vaccine_product dd{padding: 60px;}
.vaccine_02 dt .vaccine_title, .vaccine_02 dd{padding: 30px;}
.vaccine_link dt{padding: 30px 10px;}
.vaccine_mran{padding: 40px;}
.vaccine_09{padding:60px  }
.vaccine_liter{padding-left: 50px;}
.vaccine_liter h3 i{left: -50px;}
}
@media only screen and (max-width:1024px){
.vaccine_03,.vaccine_07,.vaccine_10,.vaccine_05{padding: 50px 0;}
.vaccine_08{padding-bottom: 50px;}
.vaccine_video a{width: 120px;height: 40px;line-height: 40px;}
.vaccine_tab{margin-bottom: 30px;}
.vaccine_02 dl{margin: 0 10px;}
.vaccine_02 ul{margin: 0 -10px;}
.vaccine_02 li{margin-bottom: 10px;}
.vaccine_02 dd{position: static;}
.vaccine_scoll{height: 150px;}
.vaccine_article li p{padding: 0;background:none !important;}
.vaccine_article li{float: none;width: 100%;}
.vaccine_link dt{padding:20px 0;}
.vaccine_link dt{margin-bottom: 10px;}
.mran_list dl{padding: 20px;}
.mran_list ul{margin: 0 -10px;}
.mran_list dl{margin: 0 10px;}
.vaccine_product dd{padding: 20px;}
.vaccine_09{padding: 50px }
.vaccine_09 dl{margin: 0 20px;}
.vaccine_09 ul{margin: 0 -20px;}
.vaccine_liter{padding-left: 30px;}
.vaccine_liter h3 i{left: -30px;}
.vaccine_liter h3{margin-bottom: 20px;}

}
@media only screen and (max-width:767px){
  .vaccine_03,.vaccine_07,.vaccine_10,.vaccine_05{padding: 30px 0;}
.vaccine_08{padding-bottom: 30px;}

  .vaccine_01{margin-bottom: 20px;}
  .vaccine_cont{padding-top: 20px;}
.vaccine_04{height: auto !important;}
.vaccine_04 .vaccine_covid{transform: translate(0,0); -webkit-transform: translate(0,0);-ms-transform: translate(0,0);-moz-transform: translate(0,0);-o-transform: translate(0,0); position:relative; left:0; top:0%;}
.vaccine_04 .our_title p{max-height: inherit;}
.vaccine_02 li{float: none;width: 100%;}
.vaccine_scoll{height: auto;}
.vaccine_02 dl{margin: 0 ;}
.vaccine_02 ul{margin: 0 ;}
.vaccine_02 dt .vaccine_title, .vaccine_02 dd{padding: 20px;}
.vaccine_01 .our_title{margin-bottom: 20px;}
.vaccine_tab a{width: 140px;width: auto;padding:0 10px;}
.vaccine_tab{margin-bottom: 20px;}
.vaccine_mran{padding: 20px;}
.vaccine_link li{width: 50%;}
.vaccine_link li:nth-child(4n+1){clear: both;}
.vaccine_link li:nth-child(2n+1){clear: both;}
.mran_list li{float: none;width: 100%;margin-bottom: 20px;}
.mran_list dl{box-shadow:none;border: 1px solid #ccc;}
.mran_list dd h3{line-height: 24px;height: auto;}
.vaccine_product dt, .vaccine_product dd{float: none;width: 100%;}
.vaccine_product dl{height: auto !important;}
.vaccine_product p{height: auto;}
.vaccine_09{padding: 20px;}
.vaccine_09 li{float:none;width: 100%;margin-bottom: 20px;}
.vaccine_09 li:last-child{margin-bottom: 0;}
.vaccine_09 dt{width: 70px;height: 70px;margin-bottom: 10px;}
.vaccine_09 dd h3{font-size: 18px;margin-bottom: 10px;}
.vaccine_liter h3{margin-bottom: 10px;}
.vaccine_liter .index_more{padding-top: 10px;}
.vaccine_liter{width: 100%;}
}
@media only screen and (min-width:1025px){
.vaccine_info h5 a:hover,.vaccine_video a:hover,.mran_list dl h3:hover,.vaccine_10 h3 a:hover{opacity: 0.8;color: #fff !important;}
.mran_list dl{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.mran_list dl:hover{box-shadow:none;background:#003c82;}
.mran_list dl:hover h3{color:#fff;}


}


.vaccine_slideblock{padding: 0 80px;}
.vaccine_slider{position: relative;}
.vaccine_time{color:#9b9b9b;margin-bottom:5px;}
.vaccine_hisline{position: absolute;top:210px;left: 0;width: 100%;height:1px;background:#0062b1;}
.vaccinebox{padding: 0 70px;overflow: hidden;}
.vaccine_block{position: relative;}
.vaccinebox dd{padding-top: 10px;width: 208px;max-width:100%;}

.vaccinebox .vaccine_block:nth-child(1){width: 40.5%;height: 210px;float: left;}
.vaccinebox .vaccine_block:nth-child(2){width: 56%;height: 210px;float: right;}
.vaccinebox .vaccine_block:nth-child(2n+1){clear: both;}
.vaccinebox .vaccine_block:nth-child(3){width:42%;max-height: 280px; float: left;margin-left:6%;}
.vaccinebox .vaccine_block:nth-child(4){width:44%;max-height: 280px; float: right;}

.vaccinebox .vaccine_block:nth-child(1) .vaccine_text_w,.vaccinebox .vaccine_block:nth-child(2) .vaccine_text_w{position: absolute;left: 0;bottom: 0;width: 100%;box-sizing:border-box;padding:0 30px;padding-bottom: 40px; max-height:100%;overflow: hidden;}
.vaccine_hsline{position: absolute;left:4px;bottom: 0;width: 1px;height: 100%;background:#0064b2;}
.vaccine_hsline i{position: absolute;top:0;left: -4px;width: 9px;height: 9px;background:#0063b5;border-radius:50%;}

.vaccinebox .vaccine_block:nth-child(3) .vaccine_text_w,.vaccinebox .vaccine_block:nth-child(4) .vaccine_text_w{box-sizing:border-box;padding:20px 30px;padding-top: 40px;}

.vaccine_textp{position: relative;}

.vaccinebox .vaccine_block:nth-child(1) .vaccine_text_w .vaccine_textp,.vaccinebox .vaccine_block:nth-child(2) .vaccine_text_w .vaccine_textp{padding-bottom: 30px}
.vaccinebox .vaccine_block:nth-child(1) .vaccine_text_w .vaccine_textp .vaccine_time,.vaccinebox .vaccine_block:nth-child(2) .vaccine_text_w .vaccine_textp .vaccine_time{position: absolute;left: 0;bottom: 0;}

.vaccine_hisscoll {max-height:260px;overflow: hidden;}
.vaccinebox .vaccine_block:nth-child(1) .vaccine_text_w .vaccine_hisscoll,.vaccinebox .vaccine_block:nth-child(2) .vaccine_text_w .vaccine_hisscoll{max-height:180px;}

.vaccinebox .vaccine_block:nth-child(3) .vaccine_hsline i,.vaccinebox .vaccine_block:nth-child(4) .vaccine_hsline i{top:auto;bottom: 0;}

.vaccine_slider .honor_but div.swiper-button-prev{left: -120px;margin-top: -48px;}
.vaccine_slider .honor_but div.swiper-button-next{right:-120px;margin-top: -48px;}


@media only screen and (max-width:1024px){
.vaccine_slideblock{padding: 0 30px;}
.vaccine_slider .honor_but div.swiper-button-prev{left:0;margin-top: -24px;}
.vaccine_slider .honor_but div.swiper-button-next{right:0;margin-top: -24px;}
.vaccinebox .vaccine_block:nth-child(1) .vaccine_text_w, .vaccinebox .vaccine_block:nth-child(2) .vaccine_text_w{position: static;}
.vaccinebox .vaccine_block:nth-child(1),.vaccinebox .vaccine_block:nth-child(2){height: 200px;}
.vaccine_hisline{}
.vaccine_block{width: 50% !important;float: left;}
.vaccinebox .vaccine_block:nth-child(1) .vaccine_text_w .vaccine_textp .vaccine_time, .vaccinebox .vaccine_block:nth-child(2) .vaccine_text_w .vaccine_textp .vaccine_time{position: static;}
.vaccinebox .vaccine_block:nth-child(1) .vaccine_text_w .vaccine_textp, .vaccinebox .vaccine_block:nth-child(2) .vaccine_text_w .vaccine_textp{padding-bottom: 0;}
.vaccinebox .vaccine_block:nth-child(1) .vaccine_text_w, .vaccinebox .vaccine_block:nth-child(2) .vaccine_text_w{padding: 20px;padding-top: 0;}
.vaccinebox{padding: 0 60px;}
.vaccine_slideblock{padding: 0;}
.vaccine_hisline{top:auto;bottom: 0;}
}
@media only screen and (max-width:767px){
.vaccine_slider .honor_but div.swiper-button-prev{left:0;margin-top: -18px;}
.vaccine_slider .honor_but div.swiper-button-next{right:0;margin-top: -18px;}
.vaccine_slideblock{padding: 0;}
.vaccinebox{padding: 0 40px;}
.vaccine_block{float: none !important;width: 100% !important;}
.vaccinebox .vaccine_block{height: 220px !important;}
.vaccinebox .vaccine_block .vaccine_text_w,.vaccine_hisscoll{height: 100%;max-height: inherit !important;}
.vaccinebox .vaccine_block:nth-child(1) .vaccine_text_w, .vaccinebox .vaccine_block:nth-child(2) .vaccine_text_w{padding-right: 10px;}

}


/*2022-03-22*/
/*ç&nbsp;”å‘åˆ›æ–°*/
.font_72{font-size: 72px;height: 72px;line-height: 72px;display: inline-block;}
@media only screen and (max-width:1440px){
.font_72{font-size: 60px;height: 60px;line-height: 60px;}

}
@media only screen and (max-width:1366px){
.font_72{font-size: 48px;height: 48px;line-height: 48px;}

}
@media only screen and (max-width:1024px){
.font_72{font-size: 30px;height: 30px;line-height: 30px;}

}
@media only screen and (max-width:767px){
.font_72{font-size: 20px;height: 20px;line-height: 20px;}

}

.innovate_cont{padding-bottom: 0;}
.innovate_01 .index_more_center{padding-top: 0;}
.innovate_02{padding: 60px 0 75px 0;}
.innovate_02 ul{overflow: hidden;margin:0 -17px;}
.innovate_02 li{float: left;width: 25%;}
.innovate_02 dl{margin: 0 17px;border-bottom:1px solid #9b9b9b;padding-bottom: 10px;}
.innovate_02 dt{margin-bottom: 10px;}
.innovate_02 dd{line-height: 24px;height: 48px;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

.innovate_03 dl{overflow: hidden;position: relative;background:#e7ebf0;}
.innovate_03 dt{height: 100%;box-sizing:border-box; float: right;width: 56%;}
.innovate_03 dd{height: 100%;box-sizing:border-box;float: left;width: 44%;padding:80px;padding-right: 20px;padding-top: 100px;}
.innovate_03 dd h3{margin-bottom: 30px;}
.innovate_scoll {margin-bottom: 30px;line-height: 24px;height: 168px; overflow: hidden;}

.innovate_ul{overflow: hidden;}
.innovate_ul li{float: left;width: 25%;text-align: center;}
.innovate_icon{margin-bottom: 20px;}
.innovate_icon img{width: 60px;height: 60px;}

.innovate_04{padding: 100px 0;}
.innovate_04 ul{overflow: hidden;margin:0 -12px;}
.innovate_04 li{float:left;width:33.33%;}
.innovate_04 li dl{margin:0 12px;position: relative;overflow: hidden;}
.innovate_04 li dt{position: relative;}
.innovate_04 li dd{position: absolute;top:0;left: 0;width:100%;height: 100%;z-index: 2;box-sizing:border-box;padding: 60px 40px;}
.innovate_04 li dd h3 a{color:#fff;}
.innovate_04 li dd .index_more{position: absolute;bottom: 60px;}

.innovate_05{box-sizing:border-box;padding: 100px 0;position: relative;color: #fff;}
.innovate_05 .wrap{position: relative;z-index: 9;}
.innovate_05 h3{line-height: 1.4em;margin-bottom: 20px;}


@media only screen and (max-width:1440px){
.innovate_02,.innovate_04{padding: 60px 0;}
.innovate_03 dd{padding:50px;padding-right: 20px;}
.innovate_04 li dd{padding: 50px 40px;}
.innovate_04 li dd .index_more{bottom:50px;}
}
@media only screen and (max-width:1024px){
.innovate_02,.innovate_04{padding: 50px 0;}
.innovate_03 dd h3{margin-bottom: 10px;}
.innovate_03 dd{padding: 20px;}
.innovate_icon img{width:50px;height: 50px;}
.innovate_scoll{height: calc(100% - 160px)}
.innovate_04 li dd{padding: 30px;}
.innovate_04 li dd .index_more{bottom:30px;}
}
@media only screen and (max-width:767px){
.innovate_02,.innovate_04{padding: 30px 0;}
.innovate_02{padding-bottom: 10px;}
.innovate_02 li{width: 50%;margin-bottom: 20px;}
.innovate_03 dl{height: auto !important;}
.innovate_03 dt,.innovate_03 dd{width: 100%;float: none;}
.innovate_04 li{width: 50%;margin-bottom: 10px;}
.innovate_04 li dd{padding: 20px;}
.innovate_04 li dd .index_more{bottom:20px;}
.innovate_04 ul{margin:0 -5px;}
.innovate_04 li dl{margin:0 5px;}
}

/*å…¨çƒç&nbsp;”å‘ä¸­å¿ƒ*/
.research_cont{}
.research_01{padding-bottom: 0;position: relative;z-index: 2;}
.research_01 dl{overflow: hidden;background:#003c82;}
.research_01 dt{height: 100%; float:left ;width: 34.5%;}
.research_01 dd{height: 100%;float: right;width: 65.5%;box-sizing:border-box;padding:50px 75px;padding-top:80px;color: #fff;}

.research_01 h3{line-height: 1.4em;margin-bottom: 30px;}
.research_01 p{margin-bottom: 50px;}
.research_01 h4{margin-bottom: 20px;}
.research_01 ul{overflow: hidden;}
.research_01 li{float: left;width: 25%;}
.research_01 .research_iteam{padding: 40px 30px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}

.research_02{background:#e8eef3 url(../image/research_bg2.png) no-repeat 0 bottom;background-size:100%;padding-top: 220px;padding-bottom: 120px; margin-top: -160px;overflow: hidden;}
.research_02 span{color: #003c82;}

.research_list{width: 920px;max-width: 100%;}
.research_list h3{border-bottom:1px solid #9b9b9b;padding-bottom: 15px;margin-bottom: 15px;}
.research_list ul{overflow: hidden;margin: 0 -10px;}
.research_list dl{padding: 0 10px;}
.research_list ul li{float: left;width: 33.33%;}

.research_list:nth-child(2n){width: 770px; float: right;clear: both;padding-top: 80px;}

.research_03{padding: 100px 0 120px 0;}
.research_tab{text-align: center;}
.research_tab ul{display: inline-block;}
.research_tab li{float: left;}
.research_tab li a{display: block;position: relative;padding: 0 25px;}
.research_tab li i{position: absolute;top:50%;right: 0;height: 36px;width: 1px;background:#000;margin-top: -18px;}
.research_tab li.on{font-weight: bold;}
.research_tab li:last-child i{display: none;}
.research_p{text-align: center;margin-bottom: 70px;}
.research_ul ul{overflow: hidden;margin: 0 -12px;}
.research_ul dl{margin: 0 12px;}
.research_ul li{width: 25%;float: left;text-align: center;}
.research_ul dt{margin-bottom: 20px;overflow: hidden;}
.research_ul{display: none;}
.research_ul:first-child{display: block;}

@media only screen and (max-width:1600px){
.research_01 .research_iteam{padding:30px 15px;}
}
@media only screen and (max-width:1440px){
.research_01 dd{padding:50px;}
.research_01 p{margin-bottom: 30px;}
.research_01 .research_iteam{padding: 20px;}
.research_02{padding-bottom: 90px;}
.research_03{padding: 80px 0;}
.research_p{margin-bottom: 50px;}
}
@media only screen and (max-width:1365px){
  .research_01 .research_iteam{padding:0 10px;}
}
@media only screen and (max-width:1024px){
  .research_01{margin-bottom: 50px;}
  .research_02,.research_03{padding: 50px 0;margin-top: 0}
.research_01 dd{padding:20px;}
.research_list:nth-child(2n),.research_list{width: 100%;max-width: 100%;}
.research_list:nth-child(2n){padding-top: 40px;}
.research_01 .research_iteam{padding: 0 5px;}
}
@media only screen and (max-width:767px){
  .research_01{margin-bottom: 30px;}
  .research_02,.research_03{padding: 30px 0;}

.research_01 .research_iteam{padding: 10px;}
.research_01 dt,.research_01 dd{float: none;width: 100%;}
.research_01 dl{height: auto !important;}
.research_01 li{width: 50%;}
.research_01 li:nth-child(2n+1){clear: both;}
.research_list h3{padding-bottom: 10px;margin-bottom: 10px;}
.research_tab li i{height: 20px;margin-top: -10px;}
.research_tab{margin-bottom: 10px;}
.research_p{margin-bottom: 20px;}
.research_ul ul{margin: 0 -5px;}
.research_ul dl{margin: 0 5px;}
.research_ul li{width: 50%;margin-bottom: 20px;}
.research_ul dt{margin-bottom: 10px;}
.research_ul li:nth-child(2n+1){clear: both;}
}

/*ç&nbsp;”å‘è¿›å±•*/
.progress_cont{padding-top: 25px;overflow: hidden;}
.progress_cont .pub_tab{border:none;}
.progress_01{padding-top: 30px;margin-bottom: 35px;}
.p_time{color: #9b9b9b;margin-bottom: 10px;}

.progress_slider{position: relative;}
.progress_slider dt{overflow: hidden;}
.progress_slider dd{padding:25px 40px;padding-bottom: 45px; border-bottom:1px solid #9b9b9b;}
.progress_slider h3{line-height: 28px;height: 56px;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;margin-bottom: 35px;}
.progress_slider .honor_but div{top:32%;}
@media only screen and (max-width:1440px){
.progress_01{padding-top: 20px;}
.progress_slider dd{padding: 20px 30px;}
}
@media only screen and (max-width:1024px){
.pub_tab_2 .news_pub_tab{width: 320px;margin: auto;}
.pub_tab_2 .news_pub_tab li{width: 50%;}
.progress_slider dd{padding: 20px 0;}
.progress_slider h3{margin-bottom: 20px;}
}
@media only screen and (max-width:767px){
.progress_cont{padding-top: 0;}
.pub_tab_2 .news_pub_tab{width: 100%;}
.progress_01{padding-top: 0;}
.progress_cont .bloc_list{margin-top: 0;}
}


/*ç&nbsp;”å‘ç®¡çº¿*/
.pipeline_01{padding: 60px 0 80px 0;}
.pipeline_01 .our_title{margin-bottom: 0;}
.pipeline_02{position: relative;box-sizing:border-box;padding: 160px 0 140px 0;color: #fff;}
.pipeline_02 .blank_30{position: absolute;display: block;z-index: 1;}
.pipeline_02 .wrap{position: relative;z-index: 9;}
.pipeline_02 h2{text-align: center;margin-bottom:15%;}
.pipeline_img img{width: 100%;}
.pipeline_img{display: none;}
.pipeline_box h3{margin-bottom: 30px;}
.pipeline_box ul{overflow: hidden;margin: 0 -23px;}
.pipeline_box dl{margin: 0 23px;}
.pipeline_box dd{border-top:1px solid #9b9b9b;padding-top: 20px;margin-top: 20px;}
.pipeline_box li{float: left;width: 20%;}

@media only screen and (max-width:1440px){
.pipeline_02{padding: 120px 0;}
.pipeline_02 h2{margin-bottom: 10%;}
}

@media only screen and (max-width:1024px){
.pipeline_01{padding: 50px 0;}
.pipeline_02{padding: 80px 0;}
.pipeline_box ul{margin: 0 -10px;}
.pipeline_box dl{margin: 0 10px;}
}
@media only screen and (max-width:767px){
.pipeline_01{padding: 30px 0;}
.pipeline_img{display: block;}
.pipeline_02 .blank_30{display: none;}
.pipeline_02{padding: 0;background:none !important;color: #333;}
.pipeline_02 h2{margin-bottom: 20px;}
.pipeline_02 .wrap{padding: 20px 0;}
.pipeline_box li{width: 50%;margin-bottom: 20px;}
.pipeline_box li:nth-child(2n+1){clear: both;}
.pipeline_box dd{padding-top: 10px;margin-top: 10px;}
}


@media only screen and (min-width:1025px){
.innovate_04 li dd h3 a:hover{color:#fff !important;opacity: 0.8;}
.research_01 .research_iteam:hover{background:url(../image/research_bg.png) no-repeat;background-size:100% 100%;}
.progress_slider dl{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.progress_slider dl:hover{background:#003c82}
.progress_slider dl:hover .p_time{color: #fff;}
.progress_slider dl:hover h3 a{color: #fff;}
.progress_slider dl h3 a:hover{color: #fff !important;opacity: 0.8}
.progress_slider dl:hover .index_more a{background:#fff;color:#003c82;}
.progress_slider dl .index_more a:hover{color:#003c82 !important;}


.contact_02 dd .tel_link:hover{color: #84888d !important;cursor: default;}
}

.pipeline_03{padding: 60px 0 120px 0;}
.pipeline_slider{position: relative;padding: 0 40px;}
.pipeline_slider li{width: auto;cursor: pointer;}
.pipeline_slider p{height: 42px;line-height: 42px;}
.pipeline_slider li.on{color: #fff;}
.pipeline_slider li.on a{color: #fff !important;}
.pipeline_slider li.on p{background:#003c82;border-radius: 20px;padding: 0 40px;}

.pipeline_block{padding-top: 50px;}
.pipeline_tips01{margin-bottom:40px;}
.pipeline_tips02{padding: 35px 40px;padding-bottom: 0;}


.pi_table { width: 100%;  }
.pi_table td {  line-height: 20px; padding: 18px ; border-left: 1px solid rgba(0,60,130,0.1);border-bottom: 1px solid rgba(0,60,130,0.1);box-sizing:border-box; word-break:break-all; }
.pi_table td:first-child{border-left:0;}
.pi_table thead{font-size: 16px;}

.pi_table thead td {text-align: center; background:#003c82; color:#fff;border-color:#0062b1;}
.pi_table thead .t3{padding-left: 0px;padding-right: 0px; }
.pi_table .t1 {width:200px; }
.pi_table .t2 {width: 220px;   }
.pi_table .t3 { position: relative;}
.pi_table .t4 {width:185px; }


.pi_table tbody .t4{text-align: center;}
.pi_table tbody .t3{padding-left: 20px;padding-right: 20px; }
.pi_table tbody tr:nth-child(2n) td{background:#e7ebf0;}


.pipeline_block_xzbox .pi_table .t1,.pipeline_block_xzbox .pi_table .t5 {width:180px;padding-left: 20px;padding-right: 20px; }


.pipeline_name{text-align: center;}
.pipeline_name ul{overflow: hidden;}
.pipeline_name li{float: left;box-sizing:border-box;padding: 0 1%;}
.pipeline_name dt{margin-bottom: 10px;}
.pipeline_name dd{overflow: hidden;font-size: 14px;}
.pipeline_name .pipeline_ic03 dd span{float: left;width: 33.33%}

.pipeline_line{position: absolute;top:0;height: 100%;width: 1px;background:#0062b1;}
.pipeline_name li:first-child .pipeline_line{display: none;}

.pipeline_prosess{
  width: 100%;height: 8px;border-radius: 20px;
 background: #003c82;
 background-image:-moz-linear-gradient(to right,#003c82,#0062b1);
 background-image:-webkit-linear-gradient(to right,#003c82,#0062b1);
 background-image:-ms-linear-gradient(to right,#003c82,#0062b1);
 background-image:-o-linear-gradient(to right,#003c82,#0062b1);
 background-image:linear-gradient(to right,#003c82,#0062b1);
}

.prosess_1{width: 10%}
.prosess_2{width: 33%}
.prosess_3{width: 48.5%}
.prosess_4{width: 57%}
.prosess_5{width: 65%}
.prosess_6{width: 80%}
.prosess_7{width: 100%}

/*144  678*/
/*155  678*/
/*180  678*/
/*105  678*/

.pipeline_ic01{width: 21.2%}
.pipeline_ic02{width: 22%}
.pipeline_ic03{width: 26.5%;}
.pipeline_ic04{width: 15.5%}
.pipeline_ic05{width: 14.8%}

/*.pipeline_pub_fixed .pipeline_pub{padding: 10px 0; position: fixed;top:70px;left: 0;width: 100%;    box-shadow: 0 0 15px rgb(0 0 0 / 20%);background: #fff;    z-index: 99;}
*/
@media only screen and (max-width:1540px){
.pi_table .t1{width:170px;}
.pi_table .t2{width:170px;}

.pipeline_block_xzbox .pi_table .t1,.pipeline_block_xzbox .pi_table .t5 {width:120px;}



}

@media only screen and (max-width:1440px){
.pipeline_tips01{margin-bottom: 40px;}
.pipeline_tips02{padding: 20px 20px;padding-bottom: 0;}
.pi_table .t1,.pi_table .t2{padding-left: 20px;padding-right: 20px;}

.pipeline_block_xzbox .pi_table .t1,.pipeline_block_xzbox .pi_table .t5 {padding-left: 20px;padding-right: 20px; }

}

@media only screen and (max-width:1024px){
.pipeline_03{padding: 30px 0 60px 0;}
.pi_table .t1{width:150px;}
.pi_table .t2{width:150px;}
.pi_table td{padding: 10px;}

.pipeline_block_xzbox .pi_table .t1,.pipeline_block_xzbox .pi_table .t5 {width:150px;padding: 0 10px;}


.pipeline_table{overflow: hidden;overflow-x:auto;}
.pi_table{width: 1100px;}

.pipeline_table{overflow-x:auto;padding-bottom: 5px;}
    .pipeline_table::-webkit-scrollbar {/*æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼*/
        width: 10px;     /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
        height:4px;    
    }
    .pipeline_table::-webkit-scrollbar-thumb {/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);background: #126cc9;
    }
    .pipeline_table::-webkit-scrollbar-track {/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
        -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
     }

     /*.pipeline_pub_fixed .pipeline_pub{top:55px;}*/
}

@media only screen and (max-width:767px){
.pipeline_03{padding: 0px 0 50px 0;}
.pipeline_block{padding-top: 20px;}
.pipeline_tips01{margin-bottom: 20px;}


.pipeline_slider li a{display: block; background:#003c82;border-radius:5px;padding: 0 40px;position: relative;height: 48px;padding: 10px 0;}
.pipeline_slider p,.pipeline_slider li.on p{box-sizing:border-box; background:none;border-radius: 0;line-height: 24px;height: auto;max-height:48px; padding:0 10px;width: 100%;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}
}


.iteam_tipsbox{display: none;}
.iteam_tips{color: #ff0000;padding-bottom: 20px;}
@media only screen and (max-width:1024px){
.index_qiu{display: none;}
.index_02 .index_slider li:after{content:"";position: absolute;top:0;left: 0;width: 100%;height: 100%;background:rgb(0,0,0,0.2);}
}
@media only screen and (max-width:767px){
.iteam_tips{padding-bottom: 10px;}
.index_02 .index_slider li:after{display: none;}
}


/*xinzeng*/
.our_04{background:#e9f3fd;padding-top: 80px;}
.our_04 h3{text-align: center;margin-bottom: 120px;}
.our_kf{width: 1319px;max-width:90%; margin: auto;position: relative;}
.our_kf img{width:100%;}
.our_kf_logo{width: 258px;height: 59px;position: absolute;left:50%;bottom: 19.2%; margin-left:-174px;}
.our_kf_logo img{width: 100%;max-height:100%;}

.our_kf_list li{width: 79px;height: 79px;position: absolute;}
.our_kf_list li dt img{width: 100%;height: 100%;}
.our_kf_list li dd{right:100px;top:20px;position: absolute;width: 100px;text-align: right;}

.our_kf_list li:nth-child(1){bottom: 33.33%;left:6.4%;}
.our_kf_list li:nth-child(2){bottom: 79.2%;left:27.4%;}

.our_kf_list li:nth-child(3){bottom: 33.33%;right:6.4%;}
.our_kf_list li:nth-child(4){bottom: 79.2%;right:27.4%;}
.our_kf_list li:nth-child(3) dd{right:-110px;text-align: left;}
.our_kf_list li:nth-child(4) dd{right:-110px;text-align: left;}
@media only screen and (max-width:1024px){
.our_kf_logo{width: 180px;height: 43px;margin-left:-90px;}
.our_04 h3{margin-bottom: 90px;}
}
@media only screen and (max-width:767px){
  .our_04{padding: 40px 0;padding-bottom: 20px;}
  .our_04 h3{margin-bottom: 20px;}
.our_kf_box{position: relative;margin-bottom: 30px;}
.our_kf_list ul{overflow: hidden;}
.our_kf_list li{position: static;width: 50%;float: left;height: auto;margin-bottom: 20px;}
.our_kf_list li:nth-child(2n+1){clear: both;}
.our_kf_logo{bottom: 10px;width: 140px;height: 32px; margin-left: -70px;}
.our_kf_list li dd{position: static;}
.our_kf_list dt{width: 60px;height: 60px;margin: auto;margin-bottom: 10px;}
.our_kf_list dd{text-align: center !important;width: 100% !important;}
}

.ie9 .index_qiu{display: none;}
.nocur,.nocur a{cursor: default;}

.ie9 .life_slider {width: 940px;max-width:94%;margin:auto;overflow: inherit;}
.ie9 .life_slider .honor_but div.swiper-button-prev{left: -34px;}
.ie9 .life_slider .honor_but div.swiper-button-next{right: -34px;}
.ie9 .life_slider li,.ie9 .life_slider .swiper-pagination{width:100%;}



.tips_p{padding-top: 40px;}
.canhold_03 .tips_p{padding-top: 0px;}
@media only screen and (max-width:767px){
.tips_p{padding-top: 20px;}

}

.culture_active ul{overflow: hidden;margin: 0 -22px;}
.culture_active li{float: left;width: 33.33%;margin-bottom: 40px;}
.culture_active li:nth-child(3n+1){clear: both;}
.culture_active dl{margin: 0 22px;position: relative;}
.culture_active .ptext {margin: 0 22px;padding-top: 10px;} 

.culture_active dd{position: absolute;left: 0;bottom: 0;height: 40px;line-height: 40px;background: rgb(0,0,0,0.5);color: #fff;text-align: center;width: 100%;}
.culture_active dd h3{padding: 0 10px;}
.culture_active dd p{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.culture_active .video_button{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgb(0,0,0,0.5);color: #fff;font-size: 20px;}
.culture_active .video_button:hover{color: #fff !important;}
.culture_active .videoblock  dd{background:none;}
@media only screen and (max-width:1024px){
.culture_active ul{margin: 0 -10px;}
.culture_active dl{margin: 0 10px;}
.culture_active .ptext {margin: 0 10px;}
.culture_active li{margin-bottom: 20px;}
}
@media only screen and (max-width:767px){
.culture_active li{width: 50%;}
.culture_active li:nth-child(3n+1){clear: inherit;}
.culture_active li:nth-child(2n+1){clear: both;}
.culture_active ul{margin: 0 -5px;}
.culture_active dl{margin: 0 5px;}
.culture_active .ptext {margin: 0 5px;}
.culture_active li{margin-bottom: 10px;}
.culture_active dd{height: 30px;line-height: 30px;}
}


/*2022-04-19*/
.pub_sex dt{height: 46px;line-height: 46px;    padding: 0 25px;}
.pub_sex ul{overflow: inherit;}
.pub_sex dl{position: relative;}
.pub_sex dd{position: absolute;top:100%;left: 0;width: 100%;box-sizing:border-box;background:#fff;padding: 10px 0;margin-top: 1px;border-radius: 0 0 5px 5px;display: none;    z-index: 9;box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.pub_sex dt p{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pub_sex dd p a{display: block; padding: 0 25px;line-height: 30px;}
.pub_sex dt{cursor:pointer;}
.pub_sex dt em{position: absolute;right: 10px;top:0;font-weight: bold;}

.complain_title{margin-bottom: 20px;}
.iteambox_area{margin-bottom: 20px;}
.iteambox_area p{color:#a2a2a2;margin-bottom: 15px;}
.iteambox_area p i{color:#ff0000;}
.iteambox_area textarea{border-radius:5px; width: 100%;height: 140px;background:#fff;box-sizing:border-box;padding: 20px;}

@media only screen and (max-width:767px){
.iteambox_area textarea{padding:10px;height: 80px;}
}


.about_hisslider .imgnull dt{display: none;}
.about_hisslider .imgnull dd{float: none;width: 100%;}

.finance_list_bg .data_re .swiper-slide{width: 25%;float: left;margin-bottom: 30px;}
.finance_list_bg .data_re .swiper-slide:nth-child(4n+1){clear: both;}
.finance_list_bg .data_re{overflow: hidden;margin: 0 -40px;}
@media only screen and (max-width:1440px) {
.finance_list_bg .data_re{margin: 0 -20px;}
}
.pub_sex dt p{    color: #757575;}
@media only screen and (max-width:767px) {
.finance_list_bg .data_re{margin: 0 ;}
.finance_list_bg .data_re .swiper-slide{float: none;width: 100%}
.pub_sex dt{padding:0 15px;}
}



.profile_02 .tips_p{padding: 0;}
.index_01 .profile_02 .tips_p{padding-bottom:20px;}

.pub_tab{position: relative;}
.pub_tab .tips_p{position: absolute;right: 0;bottom: 10px;width: 200px;text-align: right;padding: 0;}

@media only screen and (max-width:1024px) {
.profile_02 .tips_p{padding-bottom:30px;}

}
@media only screen and (max-width:767px) {
.pub_tab .tips_p{position: static;width: 100%;}

}

.vaccine_xz{margin-bottom: 50px;}
.vaccine_xz h2{margin-bottom: 10px;}
.vaccine_xz li{line-height: 26px;margin-bottom: 5px;}
.vaccine_xz li a{color:#fff;border-bottom: 1px solid #fff;padding-bottom: 5px;}
.vaccine_liter h3 i{position: static;margin-left: 5px;}
.vaccine_liter{padding-left: 0 !important;}
@media only screen and (min-width:1025px) {
.vaccine_xz li a:hover{color:#fff !important; opacity: 0.8}

}
@media only screen and (max-width:767px) {

.vaccine_xz{margin-bottom: 30px;}
}


.xz_tabbox{overflow: hidden;margin-bottom:20px;}
.xz_tabbox a em{margin: 0 15px;}
.xz_tabbox a:last-child em{display: none;}
.xz_tabbox a.on{color:#000;font-weight: bold;}
.notice_list_iteam{display: none;}
.notice_list_iteam:first-child{display: block;}
@media only screen and (max-width:767px) {
.xz_tabbox{margin-bottom: 0;margin-top: 20px;}

}

.picture_box .picture_title{line-height: 54px;}
.picture_box .picture_title .xz_tabbox {float: right;margin:0;}
@media only screen and (max-width:767px) {
.picture_box .picture_title{line-height:24px;}
.picture_box .picture_title .xz_tabbox{float:none;padding-top:10px;}
.xz_tabbox a em{margin:0 10px;}

}

.pi_table_b .mCSB_scrollTools{width:4px;}
.pi_table_b .mCSB_inside&gt;.mCSB_container{margin-right: 0;}
.pi_table_b .mCSB_scrollTools .mCSB_draggerRail{ width:4px; background: #ccc;}
.pi_table_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;-webkit-border-radius:0;border-radius:0;background:#003c82;}
.pi_table_b .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.pi_table_b .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.pi_table_b .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#003c82;}




@media only screen and (min-width:1025px) {
.pi_table_b{height: calc(100vh - 300px);
    overflow: hidden;
   /* overflow-y: auto;*/}

}

.vaccine_11{padding:50px 0 115px 0;}
.v_link ul{overflow: hidden;}
.v_link li{float: left;width: 50%;}
.v_link li a{display: block;}
.v_link dl{overflow:hidden;background:#e7ebf0;padding:40px 0px;text-align: center;}
.v_link dt,.v_link dd{box-sizing:border-box;padding:0 20px;}
.v_link dt{float: left;width: 50%;}
.v_link dt img{width:190px;max-width:100%;}
.v_link dd{float: right;width: 50%;height: 46px;line-height: 46px;border-left:1px solid #000;margin-top:12px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.v_link li:nth-child(2n) dl{background:#f5f7f9;}

.v_link ul:nth-child(2n) li:nth-child(1) dl{background:#f5f7f9;}
.v_link ul:nth-child(2n) li:nth-child(2) dl{background:#e7ebf0;}


@media only screen and (max-width:1024px) {
.vaccine_11{padding:50px 0;padding-bottom: 70px;}
.v_link dt,.v_link dd{width:100%;float: none;border: none;padding: 0;}
.v_link dt{margin-bottom: 10px;}
.v_link dl{padding: 20px;}
.v_link dd{height: 24px;line-height: 24px;}
}
@media only screen and (max-width:767px) {
.vaccine_11{padding:30px 0;padding-bottom: 50px;}
.v_link li{float: none;width: 100%;}
.v_link ul:nth-child(2n) li:nth-child(2) dl{background:#f5f7f9;}
.v_link ul:nth-child(2n) li:nth-child(1) dl{background:#e7ebf0;}

}

.p_type{overflow: hidden;margin-bottom: 50px;}
.p_type p{float: left;margin-right: 40px;position: relative;line-height:30px;padding-left: 40px;}
.p_type p i{width: 30px;height: 8px;position: absolute;left: 0;top:50%;margin-top: -4px;background: #003c82;border-radius: 6px;}
.p_type p:nth-child(2) i{background:#e97e4a;}
.yellow .pipeline_prosess{background:#e97e4a;}

@media only screen and (max-width:767px) {
.p_type{margin-bottom: 20px;}
}

.pipeline_name li{width:14% !important;padding: 0;}
.pipeline_name .pipeline_ic03{width:42% !important;}
.pipeline_name .pipeline_ic03 dl{width: 33.33%;float: left;}
.pipeline_name .pipeline_ic03 dl:after{content: "";position: absolute;top: 0;height: 100%; width: 1px;background: #0062b1;left:42%;}
.pipeline_name .pipeline_ic03 dl:nth-child(2):after{left:56%;}
.pipeline_name .pipeline_ic03 dl:last-child:after{display: none;}
.pipeline_name .pipeline_ic03 dd span{float: none;width:100%;}



.report_name dt p{color: #757575;}





</pre></body></html>